/* pages/enterprise/enterprise_intro/enterprise_intro.wxss */

page {
  background-color: #fff;
}

#enterprise_intro #header .header_title {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 17px;
  box-sizing: border-box;
}

#enterprise_intro #header .header_title .title {
  width: 260rpx;
  height: 54rpx;
  margin: 0 auto;
  display: block;
}

#enterprise_intro #header .header_title .share {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

#enterprise_intro #header .header_title .share img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#enterprise_intro .enterprise_intro_banner {
  position: relative;
  width: 100%;
}

#enterprise_intro .enterprise_intro_banner .swiper {
  width: 100%;
  height: 100%;
}

#enterprise_intro .enterprise_intro_banner .swiper-slide {
  box-sizing: border-box;
}

#enterprise_intro .enterprise_intro_banner .swiper img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0rpx 3px 5px rgba(0, 0, 0, 0.2);
}

#enterprise_intro .enterprise_intro_banner .dots {
  position: absolute;
  right: 25px;
  bottom: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

#enterprise_intro .enterprise_intro_banner .dots .dot {
  margin: 0 3px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

#enterprise_intro .enterprise_intro_banner .dots .dot.active {
  width: 25px;
  background: #fff;
}

#enterprise_intro .enterprise_intro_details .cover,
#enterprise_intro .enterprise_intro_details .details_img{
  display: block;
  width: 100%;
}

.rich-text img{ max-width:100%;}