.classify_detail .col-md-7,
.classify_detail .col-md-5 {
  padding-left: 0;
  padding-right: 0;
}

.classify_detail_swiper {
  width: 100%;
  overflow: hidden;
}

.classify_detail_swiper .swiper-button-next {
  background-image: url(../images/arrow_r.png);
}

.classify_detail_swiper .swiper-button-prev {
  background-image: url(../images/arrow_l.png);
}

.classify_detail_info {
  background-color: #f7f5f6;
  height: inherit;
  margin-left: 15px;
  padding: 10px 20px 0;
}

.classify_detail_info .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: .3rem;
}

.classify_detail_info .info_head .detail_title {
  font-size: .25rem;
  letter-spacing: 5px;
}

.classify_detail_info .info_head .share {
  position: relative;
  display: none;
}

.classify_detail_info .info_head .share:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/share.png") no-repeat;
  background-size: cover;
  left: -20px;
}

.classify_detail_info .info_head .collect {
  position: relative;
  display: none;
}

.classify_detail_info .info_head .collect:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/collect.png") no-repeat;
  background-size: 100% 100%;
  left: -20px;
}

.classify_detail_info .belong_label {
  margin-bottom: .1rem;
  font-weight: bold;
}

.classify_detail_info .detail_desc {
  text-align: justify;
  letter-spacing: 2px;
}

.classify_detail_info .detail_tip {
  color: #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: .1rem .05rem;
  margin: .3rem 0;
  letter-spacing: 2px;
}

.classify_detail_info .relect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .15rem;
}

.classify_detail_info .relect div {
  position: relative;
  margin-right: .06rem;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / 3 - .06rem) + (.06rem / 3));
          flex: 0 0 calc((100% / 3 - .06rem) + (.06rem / 3));
  padding: .1rem 0;
  text-align: center;
  margin-bottom: .06rem;
}

.classify_detail_info .relect div:nth-child(3n) {
  margin-right: 0;
}

.classify_detail_info .relect div:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
}

.classify_detail_info .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.2rem;
  text-align: center;
}

.classify_detail_info .btn div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  background-color: #f28100;
  text-align: center;
  padding: .1rem 0;
}

.classify_detail_info .btn div {
  display: inline-block;
  margin-right: .2rem;
}
.classify_detail_info .btn div:last-of-type{
  margin-right: 0;
}

.classify_detail_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .15rem 0;
  text-align: center;
  background-color: #ccc;
  margin-left: 15px;
}

.classify_detail_footer div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  border-right: 1px solid #fff;
}

.classify_detail_footer div:last-child {
  border-right: none;
}

.classify_detail .more_detail {
  width: 100%;
  background-color: #f7f5f6;
  padding: .4rem .8rem .8rem;
  margin: .5rem 0;
}

.classify_detail .more_detail img {
  width: 100%;
  height: auto;
}

.classify_detail .more_detail_title {
  width: 1.75rem;
  margin: .5rem auto .5rem;
}

.classify_detail .more_detail_big {
  position: relative;
  overflow: hidden;
}

.classify_detail .more_detail_big .intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 255, 0.11) 0%, rgba(27, 36, 106, 0.71) 81%, rgba(33, 45, 73, 0.71) 100%);
  z-index: 1000;
}

.classify_detail .more_detail_big .intro p {
  color: #fff;
  text-align: center;
  font-size: .12rem;
}

.classify_detail .more_detail_big .intro p:first-child {
  font-size: .3rem;
  margin: .5rem 0 .2rem;
}

.classify_detail .more_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.classify_detail .more_detail_item div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / 4 - .1rem) + (.1rem / 4));
          flex: 0 0 calc((100% / 4 - .1rem) + (.1rem / 4));
  margin-right: .1rem;
}

.classify_detail .more_detail_item div:last-child {
  margin-right: 0;
}

.classify_detail .more_detail_item div p {
  font-size: .01rem;
  line-height: .2rem;
  margin-top: .05rem;
  font-weight: bold;
}

.classify_detail .more_detail_space img {
  margin-bottom: .1rem;
}

.classify_detail .more_detail .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classify_detail .more_detail .service_tip {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.15rem;
          flex: 0 0 2.15rem;
  height: 2.15rem;
  background-color: #fff;
  margin-right: .2rem;
  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;
  font-size: .2rem;
}

.classify_detail .more_detail .service_process {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classify_detail .more_detail .service_process .item:first-child {
  border-right: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  padding: 0 .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .classify_detail .more_detail .service_process .item:first-child {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #ccc;
  right: 0;
  height: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */

.classify_detail .more_detail .service_process .item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.15rem;
          flex: 0 0 2.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.classify_detail .more_detail .service_process .item:last-child .zoo {
  width: 1.15rem;
}

@media (max-width: 970px) {
  .classify_detail_info {
    margin-left: 0;
  }
  .classify_detail_footer {
    margin-left: 0;
  }
  .classify_detail .more_detail {
    padding: .4rem .3rem .8rem;
  }
  .classify_detail .more_detail_item div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2 - .1rem) + .1rem / 2);
            flex: 0 0 calc((100% / 2 - .1rem) + .1rem / 2);
    margin-bottom: .2rem;
  }
  .classify_detail .more_detail_item div:nth-child(2n) {
    margin-right: 0;
  }
  .classify_detail .more_detail_item div p {
    line-height: .3rem;
  }
  .classify_detail .more_detail .service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .classify_detail .more_detail .service_tip {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 1.15rem;
    text-align: center;
  }
  .classify_detail .more_detail .service_process {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classify_detail .more_detail .service_process .item {
    padding-bottom: .3rem;
  }
  .classify_detail .more_detail .service_process .item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 2.15rem);
            flex: 0 0 calc(100% - 2.15rem);
    position: relative;
    padding: 0 .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classify_detail .more_detail .service_process .item:first-child .process_auto {
    width: 4rem;
    overflow: auto;
  }
  .classify_detail .more_detail .service_process .item:first-child .process_auto::-webkit-scrollbar {
    display: none;
  }
  .classify_detail .more_detail .service_process .item:first-child .process {
    width: 12rem;
  }
}
/*# sourceMappingURL=product_classify_detail.css.map */