/* pc端适配 */

body {
  overflow-x: visible;
  font-size: 16px;
}

.content {
  width: 1200px;
}

/* banner轮播区 */
.banner-introduce {
  width: 100%;
  height: 300px;
  position: relative;
}

.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: 152px;
  text-align: center;
}

.banner-box-message>div {
  width: 100%;
  text-align: left;
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #071928;
  line-height: 48px;
}

.introduce-box {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
}

.introduce-box .introduce-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 30px;
}

.introduce-box .introduce-text div:nth-child(1) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #071928;
  opacity: 0.75;
}

.introduce-box .introduce-text div:nth-child(2) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #071928;
}

.main-content {
  background-color: #FFFFFF;
  margin-bottom: 101px;
  padding: 52px 52px 89px 52px;
  margin-top: 20px;
}

.main-title {
  width: 90%;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #071928;
}

.main-date {
  margin-top: 17px;
  width: 80%;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #071928;
  opacity: 0.75;
}

.line {
  margin-top: 25px;
  width: 1100px;
  height: 1px;
  background: #000000;
  opacity: 0.1;
}

.section {
  margin-top: 49px;
  width: 95%;
}

.section-title {
  width: 80%;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #071928;
  line-height: 32px;
}

.section-desc {
  margin-top: 26px;
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #071928;
  line-height: 32px;
  margin-left: 40px;
}

.link {
  color: #1B8EF4;
}

.link:hover {
  color: #1B8EF4;
}

/* 页码样式 */
.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-title1 {
  width: auto;

  height: auto;
  font-size: 40px;
  font-family: FZLTHJW;

  color: rgba(255, 255, 255, 1);
  margin-top: 170px;
  text-align: left;
}

@media screen and (max-width:1200px) {
  .content {
    width: 90%;
  }

  .banner-box-message {
    width: 90%;
  }
}

@media screen and (max-width:768px) {
  .discount-content1-img img {
    width: 10vw;
    height: 80%;
  }
}
