.banner {
  width: 100%;
  height: 350px;
  background: url("/images/product-banner.jpg") center no-repeat;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
    background-image: url("/images/mobile/intro-banner.jpg");
  }
}

nav {
  border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 768px) {
  nav .mobile {
    height: 50px;
    background: url("/images/mobile/case-title.jpg") center no-repeat;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    line-height: 50px;
  }
  nav .mobile .iconfont {
    font-size: 40px;
  }
}

.content {
  margin: 72px 36px 72px 44px;
  border: 1px solid #f0f0f0;
}

.content .title {
  height: 40px;
  padding-left: 15px;
  line-height: 40px;
  background: #65beba;
  color: #fff;
  font-size: 16px;
}

.content .wrap {
  margin: 2px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content .wrap .images {
  padding-bottom: 30px;
  border: 1px solid #f0f0f0;
  width: 100%;
}

.content .wrap .images img {
  width: 100%;
  height: 400px;
}

.content .wrap .images .prevList {
  margin-top: 20px;
  height: 100px;
  padding: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .wrap .images .prevList .left, .content .wrap .images .prevList .right {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 100%;
  background-color: #a2a2a2;
  color: #fff;
}

.content .wrap .images .prevList .left .iconfont, .content .wrap .images .prevList .right .iconfont {
  font-size: 32px;
}

.content .wrap .images .prevList .left:hover, .content .wrap .images .prevList .right:hover {
  color: #69c0bc;
}

.content .wrap .images .prevList ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  overflow: hidden;
}

.content .wrap .images .prevList ul li {
  cursor: pointer;
  padding: 2px 0;
  float: left;
  width: calc((100% - 20px)/4);
  height: 100%;
  margin-right: 5px;
  border: 2px solid #9A9B9B;
}

.content .wrap .images .prevList ul li img {
  width: 100%;
  height: 100%;
}

.content .wrap .info {
  margin-left: 18px;
}

.content .wrap .info .info-title {
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
}

.content .wrap .info .info-title .label {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  vertical-align: top;
}

.content .wrap .info .info-title b {
  font-size: 24px;
  color: #333;
}

.content .wrap .info p {
  margin-top: 15px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}

.content .wrap .info .line {
  display: block;
  width: 100%;
  border-top: 1px dashed #f0f0f0;
  margin: 10px 0;
}

.content .describe .title {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  background-color: #6ABABE;
}

.content .describe p {
  border: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 21px;
  padding: 20px;
}

.content .describe .jumper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-top: 0;
  font-size: 14px;
  color: #969696;
}

.content .describe .jumper a:active, .content .describe .jumper a:hover, .content .describe .jumper a:visited {
  color: #969696;
}

.content .describe .jumper .iconfont {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}

.content .describe .jumper .iconfont.mobile {
  display: none;
}

.content .describe .jumper .pc {
  display: inline;
}

.content .describe .jumper .prev-title, .content .describe .jumper .next-title {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #707070;
  vertical-align: text-top;
}

.content .describe .jumper .prev-title:hover, .content .describe .jumper .next-title:hover {
  color: #60a9d7;
}

.content .describe .jumper .prev-title.next-title, .content .describe .jumper .next-title.next-title {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .content {
    margin: 0;
    font-family: 'Mocrosoft Yahei';
  }
  .content .title {
    height: auto;
    line-height: unset;
    background-color: #fff;
    margin: 20px 0;
    padding: 0 20px 0 30px;
    color: #000000;
    font-size: 43px;
  }
  .content .swiper-container {
    height: 480px;
  }
  .content .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .content .swiper-container .prev-btn,
  .content .swiper-container .next-btn {
    width: 33px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .content .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 120px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }
  .content .swiper-container .swiper-pagination .swiper-pager {
    width: calc((100%-30px)/3);
    height: auto;
    border-radius: unset;
    float: left;
    overflow-x: scroll;
    margin: 0 5px;
    overflow: hidden;
  }
  .content .swiper-container .swiper-pagination .swiper-pager img {
    width: 100%;
    height: auto;
  }
  .content .basic {
    height: 65px;
    padding: 0 25px;
    line-height: 60px;
    background: #65beba;
    color: #fff;
    font-size: 34px;
  }
  .content .basic-content {
    max-height: 100%;
    margin: 20px;
    font-size: 20px;
  }
  .content .describe .title {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #d9d9d9;
    font-size: 34px;
    color: #666;
  }
  .content .describe .cube {
    padding-bottom: 65px;
    background-color: #d9d9d9;
  }
  .content .describe .jumper {
    position: relative;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content .describe .jumper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    display: block;
    width: 1px;
    height: 70px;
    background-color: #999;
  }
  .content .describe .jumper .prev, .content .describe .jumper .next {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
  }
  .content .describe .jumper .prev.next, .content .describe .jumper .next.next {
    padding: 50px 20px 50px 40px;
  }
  .content .describe .jumper .prev.prev, .content .describe .jumper .next.prev {
    padding: 50px 40px 50px 20px;
    text-align: right;
  }
  .content .describe .jumper .prev .prev-title, .content .describe .jumper .prev .next-title, .content .describe .jumper .next .prev-title, .content .describe .jumper .next .next-title {
    display: block;
    font-size: 24px;
    color: #000;
    margin: 0;
  }
  .content .describe .jumper .prev:active, .content .describe .jumper .next:active {
    background-color: #65beba;
  }
  .content .describe .jumper .iconfont {
    font-size: 32px;
  }
  .content .describe .jumper .iconfont.mobile {
    display: block;
  }
}
/*# sourceMappingURL=prodetail.css.map */