.main {
  padding: 0 0.3rem;
}
.main .top {
  color: #333;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eeeeee;
  /*   display: flex;
    justify-content: start; */
}
.main .top h3 {
  font-size: 0.48rem;
  padding-right: 0.2rem;
  float: left;
  border-right: 1px solid #eeeeee;
}
.main .top h3 span {
  display: block;
  font-size: 0.24rem;
  font-weight: normal;
}
.main .top p {
  float: left;
  font-size: 0.3rem;
  padding-left: 0.2rem;
  line-height: 0.9rem;
}
.main .pic img {
  width: 100%;
}
.main .pic p {
  font-size: 0.3rem;
  color: #fe7149;
  line-height: 0.84rem;
  text-align: center;
  font-weight: bold;
}
.main .area ul {
  display: flex;
  justify-content: space-between;
  color: #333;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 0.3rem 0;
}
.main .area ul li {
  width: 49%;
  border-right: 1px solid #eeeeee;
  padding-left: 0.7rem;
  box-sizing: border-box;
}
.main .area ul li:last-child {
  border: none;
}
.main .area ul li p {
  font-size: 0.24rem;
}
.main .area ul li h4 {
  font-size: 0.6rem;
}
.main .area ul li h4 sup {
  font-size: 0.24rem;
}
.main .area ul li h4 span {
  font-size: 0.46rem;
  position: relative;
  top: -0.05rem;
}
.main .area ol {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eeeeee;
}
.main .area ol .img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
.main .area ol .img img {
  width: 100%;
  display: block;
}
.main .area ol p {
  font-size: 0.26rem;
  color: #484848;
  margin-top: 0.2rem;
}
.main .area > p {
  display: flex;
  justify-content: start;
  font-size: 0.24rem;
  color: #333;
  margin: 0.4rem 0;
  flex-wrap: nowrap;
}
.main .area > p strong {
  font-weight: normal;
  font-size: 0.24rem;
  color: #fe7149;
  padding-right: 0.1rem;
  border-right: 1px solid #fe7149;
}
.main .area > p span {
  /* padding-left:0.1rem; */
  font-size: 0.24rem;
  color: #333;
  padding: 0 0.06rem;
}
.main h2 {
  font-size: 0.36rem;
  color: #666666;
  font-weight: bold;
  margin: 0.4rem 0;
  position: relative;
}
.main h2 span {
  font-size: 0.24rem;
  font-weight: normal;
}
.main h2 a {
  position: absolute;
  top: 0;
  right: 0;
}
.main h2 a img {
  width: 0.4rem;
}
.main .photo .swiper-pagination {
  font-size: 0;
}
.main .photo .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.06rem;
  border-radius: 0;
  background: #d2d2d2;
  opacity: 1;
}
.main .photo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe7149;
}
.main .photo .swiper-container {
  padding-bottom: 0.6rem;
}
.main .photo .swiper-container img {
  width: 100%;
}
.main .case .swiper-pagination {
  font-size: 0;
}
.main .case .swiper-container {
  padding-bottom: 0.6rem;
}
.main .case .swiper-container img {
  width: 100%;
}
.main .case .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.06rem;
  border-radius: 0;
  background: #d2d2d2;
  opacity: 1;
}
.main .case .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe7149;
}
.main .case .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.main .case .wrap p {
  color: #fff;
  text-align: center;
  line-height: 4.5rem;
  font-size: 0.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
