.page3 {
  margin: 0 auto;
  overflow: hidden;
  background: url(../image/section3/bg_3.png) no-repeat;
  position: relative;
  background-size: 100%;
  width: 100%;
  height: 19.5rem;
}

.page3-title {
width: 4.2rem;
height: 1.48rem;
position: absolute;
top: 1.2rem;
left: 50%;
margin-left:-2.1rem;
z-index: 1;
}

.page3-top-img {
width: 2.17rem;
height: .54rem;
position: absolute;
top: 1.5rem;
left: 50%;
margin-left:-1.085rem;
z-index: 1;
}

.infor-content {
width: 6.41rem;
height: 8.90rem;
background: url(../image/section3/info-bg.png) no-repeat;
background-size: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 2.6rem;
}

/*轮播*/
.carousel {
width: 5.51rem;
height: 3.15rem;
margin: auto;
position: absolute;
/* box-shadow: 0.03rem 0.03rem 0.1rem rgba(0, 0, 0, 0.3); */
overflow: hidden;
left: .45rem;
top: 1.25rem;
/* background-color: #AD9366; */
}
.carousel-swiper-pagination {
position: relative;
display: flex;
justify-content: center;
/* width: 1.5rem !important; */
margin: 0 auto;
top: 4.6rem;;
}
.carousel-swiper-pagination .swiper-pagination-bullet {
position: relative;
width: 0.15rem;
height: 0.16rem;
margin: 0 0.1rem;
background: url("../image/section3/banner-btn.png") no-repeat;
background-size: 100%;
border-radius: 0;
opacity: 1;
}
.carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: url("../image/section3/banner-btn-active.png");
background-size: 100%;
}
/*tab切换*/
.tab {
  width: 6rem;
  overflow: hidden;
  position: absolute;
  top: 5.4rem;
  left: 0.39rem;
  box-sizing: border-box;
}
.tab_list {
overflow: hidden;
overflow-y: scroll;
height: 3.2rem;
}
.tab_list ul {
overflow: hidden;
/* float: left; */
width: 100%;
padding-right: 0.2rem;

}
.tab_list ul li {
padding: 0.08rem;
list-style: none;
display: flex;
align-items: center;
}
.tab_list ul li a {
display: block;
height: 0.45rem;
line-height: 0.45rem;
font-size: 0.22rem;
color: #fff;
/* border: 0.01rem solid #BFC1C1; */
background: rgba(0,0,0,0.25);
padding: 0 0.05rem;
display: flex;
align-items: center;
justify-content: space-between
}
.tab_list ul li a:hover {
}
.tab_icon {
float: left;
margin-right: 0.1rem;
text-align: center;
/* padding-top: 0.045rem; */
}
.tab_title {
float: left;
width: 2.2rem;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-left: .7rem;
}
.tab_date {
float: right;
text-align: right;
margin-left: 0.72rem;
}
.new {
  width: .6rem;
  height: 0.28rem;
  font-size: 0.15rem;
  background: #5d6b7b;
  line-height: 0.3rem;
  color: #fff;
}

.btn-more {
width: 1rem;
height: 0.36rem;
position: absolute;
top: 0.28rem;
right: 0.2rem;
font-size: 0.3rem;
color: #373737;
}
.pws_tabs_list {
/*height: 2rem;*/
display: block;
transition: all 0.3s ease-in-out 0.3s;
overflow: hidden;
position: relative;
}
.pws_tab_single {
display: block;
transition: all 0.3s ease-in-out;
}

/* 社群按钮 */
.lounge {
width: 3.25rem;height: 1.01rem;position: absolute;top: 11.7rem;left: 50%;background: url(../image/section3/lounge.png) no-repeat;background-size: 100%;margin-left: -1.625rem;
}

.lounge a{
display: block;
width: 100%;
height: 100%;
}

.long {
  width: 7.2rem;
  height: 2.97rem;
  background: url(../image/section3/long.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 9.5rem;
  left: 0rem;
  pointer-events: none;
}

/* @media screen and (max-width: 375px) {
.infor-content {
  transform: scale(0.8);
  top: 1rem;
}

.lounge {
  transform: scale(0.8);
  top: 9.5rem;
}
} */
