.pro-0 {
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

.pro-0 .com-tit {
  width: 23.3766233766%;
}

.pro-0 .tops {
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-0 .tops .desc {
  width: 71.4285714286%;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .pro-0 .com-tit {
    width: 100%;
  }
  .pro-0 .tops .desc {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.pro0-2 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.pro0-2 .p0-tops {
  justify-content: space-between;
}
.pro0-2 .info {
  width: 75%;
}
.pro0-2 .h2 {
  font-weight: bold;
}
.pro0-2 .desc {
  line-height: 1.5;
  margin-top: 0.16rem;
}
.pro0-2 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 0.2rem;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
.pro0-2 .sbtn:hover {
  background-color: #bd9e6d;
  color: #fff;
}
.pro0-2 .sbtn svg {
  width: 40%;
  height: 40%;
}
.pro0-2 .swiper {
  margin-top: 0.3rem;
  position: relative;
}
.pro0-2 .sw {
  border-bottom: 1px solid #ebebeb;
}
.pro0-2 .img {
  position: relative;
  overflow: hidden;
  padding-top: calc( 260 / 350 * 100%);
}
.pro0-2 .text {
  padding: 0.18rem 0;
  padding-right: 0.4rem;
  position: relative;
}
.pro0-2 .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro0-2 .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-p23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}

.pro0-3 {
  padding: 0.5rem 0;
}
.pro0-3 .h2 {
  font-weight: bold;
}
.pro0-3 .desc {
  color: #666;
  margin-top: 0.1rem;
}
.pro0-3 .list {
  margin-top: 0.4rem;
}
.pro0-3 .li {
  padding: 0.3rem 0.2rem;
  background-color: #f7f7f7;
  margin-bottom: 0.1rem;
}
.pro0-3 .li:last-child {
  margin-bottom: 0;
}
.pro0-3 .on .hte {
  color: var(--active);
}
.pro0-3 .on .hic {
  transform: rotate(180deg);
  background-color: #bd9e6d;
}
.pro0-3 .on .hic::before {
  opacity: 1;
  background-color: #fff;
}
.pro0-3 .on .hic::after {
  opacity: 0;
}
.pro0-3 .hd {
  position: relative;
  cursor: pointer;
}
.pro0-3 .hte {
  width: 90%;
  padding-right: 0.4rem;
  transition: 0.5s;
}
.pro0-3 .hic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  transition: 0.5s;
  background-color: #fff;
}
.pro0-3 .hic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 2px;
  background-color: #333;
}
.pro0-3 .hic::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 35%;
  width: 2px;
  background-color: #333;
}
.pro0-3 .bd {
  display: none;
}
.pro0-3 .bte {
  padding-top: 0.25rem;
  padding-bottom: 0.1rem;
  line-height: 1.75;
  color: #666;
}

.com-pages { 
    margin-top: 0.4rem;
}