/* 产品详情 */
.pic-er {
}
.pic-er {
  background: url(/images/inner_logo.png) no-repeat right 0.4rem/2rem;
}

.pic-er-img {
  border: 1px solid #a0a0a0;
  border-radius: 0.1rem;
}
.pic-er-img i {
  display: block;
}
.pic-er-img i img {
  width: 100%;
}
.pic-er-font {
  padding: 0.4rem 0 0;
}
.pic-er-name {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #000;
}
.pic-er-weight {
  padding: 0.1rem 0 0.3rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #999999;
}
.pic-er-symbol {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.pic-er-yf {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.pic-er-sign {
  width: 3.2rem;
  margin: 0.2rem 0 0;
  font-size: 0.3rem;
  line-height: 0.56rem;
  color: #fff;
  text-align: center;
  background: #00017f;
  border-radius: 1.5vw;
}
.pic-er-right {
  display: none;
}

.pic-er-p {
  min-height: 120px;
  margin: 0.4rem 0 0;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.pic-er-p img {
  width: 100%;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 4vw;
    background: url(/images/inner_logo.png) no-repeat right 2vw/20vw;
  }
  .pic-er-box {
    display: flex;
    justify-content: space-between;
  }
  .pic-er-img {
    width: 17vw;
    border: 1px solid #a0a0a0;
    border-radius: 0.5vw;
  }
  .pic-er-img i {
    display: block;
  }
  .pic-er-img i img {
    width: 100%;
  }
  .pic-er-font {
    width: 14vw;
    padding: 2vw 0 0;
  }
  .pic-er-name {
    font-size: 1.8vw;
    line-height: 2vw;
    color: #000;
  }
  .pic-er-weight {
    padding: 0.5vw 0 1.5vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #999999;
  }
  .pic-er-symbol {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }
  .pic-er-yf {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }
  .pic-er-sign {
    width: 9vw;
    margin: 1vw 0 0;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #00017f;
    border-radius: 1.5vw;
  }
  .pic-er-right {
    display: block;
    padding: 2vw 0 0;
  }
  .pic-er-tel-name {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }
  .pic-er-tel-num {
    margin: 1.4vw 0 0;
    font-size: 2.4vw;
    line-height: 3vw;
    color: #033a8d;
  }
  .pic-er-tel-sc {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #033a8d;
  }

  .pic-er-ewm {
    width: 13vw;
    padding: 3vw 0 0;
  }
  .pic-er-ewm ul {
    display: flex;
  }
  .pic-er-ewm ul li {
    width: 50%;
    padding-right: 0.8vw;
  }
  .pic-er-ewm-img img {
    width: 100%;
    border: 3px solid #f9f9f9;
  }
  .pic-er-ewm-font {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .pic-er-p {
    margin: 3vw 0 0;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #000;
  }
  .pic-er-p img {
    width: 100%;
  }
}

/* 上下条 */

.pic-er-page {
  display: flex;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.pic-er-page a {
  max-width: 48%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-er-page a:nth-child(1) {
  padding-left: 20px;
  background: url(/img/page-prev.png) no-repeat 0 center;
}
.pic-er-page a:nth-child(2) {
  padding-right: 20px;
  background: url(/img/page-next.png) no-repeat right center;
}
@media (min-width: 1200px) {
  .pic-er-page a:hover {
    color: #033a8d;
  }
}
