/* pc端适配 */

body {
  overflow-x: visible;
  font-size: 16px;
}

ul {
  list-style: none;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

/* banner轮播区 */
.banner-introduce {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 99;
}

.swiper-container {
  display: flex;
  height: 100%;
}

.swiper-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper-pagination{
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 437px;
} */

.banner-box-message {
  width: 1200px;
  height: 178px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 190px;
  text-align: center;
}

.banner-box-message>img {
  width: 842px;
  height: auto;
}

.introduce-box {
  position: absolute;
  top: 800px;
  width: 100%;
  height: 220px;
  background: #FFFFFF;
  z-index: 99;
}

.introduce-box .introduce-text {
  /* width: 1200px; */
  height: 220px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 300;
  color: #061828;
  line-height: 48px;
  opacity: 0.75;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-line-box {
  position: absolute;
  top: 1020px;
  width: 100%;
  z-index: 99;
}

.date-line-box .swiper-pagination-bullet {
  font-size: 14px !important;
  font-family: PingFangSC;
  font-weight: 300;
  color: #071928;
  line-height: 36px;
  opacity: 0.4;
  border-radius: 0px;
}

.date-line-box .swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 22px !important;
  font-family: PingFangSC;
  font-weight: 600;
  font-style: italic;
  color: #0688F1;
  line-height: 36px;
  border-right: 2px solid #0086F1;
}

.cell-box .summary-box {
  height: 462px;
}

.fixed-img-box {
  position: fixed;
  top: 0;
  overflow: hidden;
}

.summary-bg-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.summary-content {
  width: 1200px;
  height: 462px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.summary-content div:nth-child(1) {
  font-size: 60px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 72px;
  text-shadow: 0px 9px 10px rgba(24, 61, 73, 0.29);
  margin-top: 125px;
}

.summary-content div:nth-child(2) {
  font-size: 32px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 72px;
  text-shadow: 0px 9px 10px rgba(24, 61, 73, 0.29);

}

.summary-content div:nth-child(3) {
  width: 532px;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0px 9px 10px rgba(24, 61, 73, 0.29);

}

.detail-box {
  /* height: 560px; */
  background-color: #fff;
}

.detail-content {
  height: 520px;
}

.detail-swiper-pagination-span {
  background: transparent;
  font-size: 22px !important;
  width: 100%;
  height: 41px;
}

.detail-swiper-pagination {
  display: flex;
  flex-direction: column;
  width: 140px !important;
  height: 100% !important;
  padding: 4px;
  align-items: center;
  justify-content: center;
  bottom: 0px !important;
  right: 0px !important;
  left: auto !important;
  border-right: 1px solid #E4EAEC;
}

.detail-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #fff;
}
.swiper-slide-active {
  height: auto !important;
  min-height: 100%;
}

.detail-swiper-slide > div {
  position: relative;
  width: 80%;
}

.detail-swiper-slide .read-more {
  display: none;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  color: #7f7e7e;
  cursor: default;
}

.detail-swiper-slide .read-more span {
  display: inline-block;
  width: 30px;
  text-align: center;
  /* color: #0688F1; */
  font-size: 20px;
  transform: rotate(90deg);
}

.detail-swiper-slide-title {
  width: 100%;
  font-size: 60px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #071928;
  line-height: 72px;
}

.detail-swiper-slide-desc {
  margin-top: 41px;
  width: 100%;
  /* height: 300px; */
  padding-right: 10px;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 300;
  color: #071928;
  line-height: 26px;
  opacity: 0.75;
  overflow-y: hidden;
}

.end-box {
  position: absolute;
  height: 420px;
  width: 100%;
  z-index: 99;
}

.end-box .summary-bg-img {
  height: 420px;
  width: 100%;
  height: 420px;
  object-fit: cover;
  position: absolute;
}

.end-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  flex-direction: column;
  text-align: center;
}

.end-box-content div:nth-child(1) {
  width: 100%;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #071928;
  line-height: 32px;
  opacity: 0.75;
}

.end-box-content div:nth-child(2) {
  width: 100%;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #071928;
  line-height: 28px;
  margin-top: 72px;
  opacity: 0.99;
}


/* 页码样式 */
.pagation-style {
  width: 100%;
  margin: 0 auto;
}

.box {
  width: 100%;
  /* margin: 0 auto; */
  height: auto;
  color: black;
  font-size: 14px;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding-bottom: 89px;
}

#wrap2 {
  transform: translateX(-22.5%);
}

.pagination-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
  cursor: pointer;
  color: rgba(22, 26, 64, .65);
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box;
  text-align: center;
}

.pagination-btns {
  display: inline-block;
  width: 74px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #999;
  cursor: pointer;
  color: #999;
  box-sizing: border-box;
  text-align: center;
}

.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

#pagination-prev {
  margin-right: 5px;
}

#pagination-next {
  margin-left: 5px;
}

.pagination-ellipsis {
  display: inline-block;
  position: relative;
  padding: 5px 11px 7px 11px;
  margin: 0 5px;
  color: rgba(22, 26, 64, .65);
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box;
  text-align: center;

}

.pagination-current {
  /* border:1px solid #3E8DDD; */
  color: #0086F2;
  border: 0;
}

.pagination-disabled {
  cursor: not-allowed;
}

.pagenum {
  vertical-align: middle;
}

.page {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.page input {
  width: 48px;
}

.page-position {

  position: relative;
  height: 100px;
  transform: translateY(-50px);
}

.page-position-box {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
}

.page-position input {
  transform: translateY(-10px);
  width: 60px;
  height: 40px;
}

.page-position span {
  display: inline-block;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  margin: 0 10px;
}



/* 区域显隐 */
.tab-item-active {
  color: #ffffff;
  background: rgba(35, 134, 238, 1);
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.2), 1px 4px 6px 0px rgba(36, 134, 238, 0.23);
}

.discount-content-show {
  height: auto !important;
}

.tabbar-content-container-show {
  display: block;
}

/* 头部轮播图 */
.swiper-container-banner .swiper-pagination-banner {
  top: unset;
  position: absolute;
  bottom: 60px;
}

.swiper-pagination-banner .swiper-pagination-bullet {
  opacity: 0.3;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: rgba(35, 133, 237, 1);
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 29px;
  height: 8px;
  opacity: 1;
}

.swiper-pagination-banner {
  bottom: 48px !important;
}

.swiper-pagination-banner2 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: 3.5px !important;
}

.swiper-pagination-banner2 .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.swiper-pagination-banner2 {
  width: 6.6% !important;
  height: 16px;
  min-width: 51px;
  background: rgba(0, 0, 0, .1);
  border-radius: 8px;
  bottom: 23px !important;
  position: absolute;
  left: 22% !important;
  transform: translate(-50%);
}

.banner-introduce-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.banner-box-text {
  width: 1200px;
  height: 400px;
}

.banner-title1 {
  width: auto;

  height: auto;
  font-size: 40px;
  font-family: FZLTHJW;

  color: rgba(255, 255, 255, 1);
  margin-top: 170px;
  text-align: left;
}
#history-pc .footer {
  position: absolute;
  z-index: 99;
}

@media screen and (max-width:1200px) {
  .content {
    width: 90%;
  }
  .banner-box-message {
    width: 90%;
  }
  .summary-content {
    width: 90%;
  }
  .banner-box-text {
    width: 90%;
  }
}

@media screen and (max-width:768px) {
  .discount-content1-img img {
    width: 10vw;
    height: 80%;
  }
}
.detail-swiper-slide-desc img {
  width: 276px;
  float: left;
  height: 152px;
  margin-right: 8%;
  margin-left: 0%;
  margin-top: 30px;
}