@import '../lib/swiper/swiper.min.css';
/* 轮播 */
.banner {
  position: relative;
  overflow: hidden;
  height: 2rem;
  width: 100%;
}
.banner img {
  max-height: 100%;
}
.banner .swiper-banner {
  position: relative;
  overflow: hidden;
  height: 2rem;
  width: 100%;
}

/* 调色盘 */
.change-circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;;
  position: absolute;
  left: -135px;
  top: 70px;
  z-index: 12;
  background-color: rgba(0,0,0,.7);
}
.change-circle .change-circle-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
}
.change-circle .change-circle-item.active {
  border: 4px solid #fff;
}
.change-color {
  width: 48px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 150px;
  padding: 6px 8px;
  z-index: 11;
  background-color: rgba(0,0,0,.8);
}
.change-color img {
  width: 32px;
  height: 32px;
}
.change-color p {
  font-size: 12px;
  margin-top: 3px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

/* 公共样式---开始 */
/* 标题 */
.common-title {
  height: 0.18rem;
  /* line-height: 0.18rem; */
}
.common-title div {
  width: 50%;
}
.common-title div i {
  vertical-align: text-top;
}
/* 公共样式---结束 */

/* 全景作品列表 */
.pano-list {
  width: 100%;
  flex-wrap: wrap;
}
.pano-list .pano-list-item {
  width: 49%;
}
.pano-list .pano-list-item .pano-list-img {
  width: 100%;
  height: 1.6905rem;
}
.pano-list .pano-list-item .pano-list-title {
  height: 0.19rem;
  line-height: 0.19rem;
}
.pano-list .pano-list-item .pano-list-info p {
  width: 50%;
  height: 0.16rem;
  line-height: 0.16rem;
}

/* 作者 */
.author-list {
  width: 100%;
  height: 1.45rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.author-list::-webkit-scrollbar {
  display: none;
}
.author-list .author-item {
  width: 3.3rem;
  height: 1.45rem;
  padding: 0.2rem 0.1rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #f8f8f8;
  margin-right: 0.1rem;
  border-radius: 0.04rem;
}
.author-list .author-item .author-avatar {
  width: 0.7rem;
  height: 100%;
  overflow: hidden;
  margin-right: 0.2rem;
  padding-top: 0.175rem;
  display: inline-block;
  vertical-align: top;
}
.author-list .author-item .author-avatar img {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.author-list .author-item .author-intro {
  width: 2.2rem;
  display: inline-block;
}
.author-list .author-item .author-intro .intro-name p {
  width: 50%;
}

/* 新闻资讯 */
.info-list {
  width: 100%;
}
.info-list .info-item {
  width: 100%;
  overflow: hidden;
}
.info-list .info-item .image-lar {
  overflow: hidden;
  width: 100%;
}
.info-list .info-item .image-lar img {
  width: 100%;
  height: auto;
}
.info-list .info-item .title {
  width: 100%;
  /* height: 0.19rem; */
}
.info-list .info-item .summary {
  width: 100%;
  height: 0.19rem;
}
.info-list .info-item .num-date {
  width: 100%;
  height: 0.15rem;
}
