.container .main .wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container .main .wrap {
    width: 100%;
  }
}
.container {
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 300px;
  }
}
.breadcrumb {
  width: 1200px;
  justify-content: left;
  margin-bottom: 20px;
}
#products-detail {
  display: flex;
  align-items: center;
}
#products-detail .sub-pro-img {
  width: 600px;
  flex-shrink: 0;
}
#products-detail .sub-pro-img img {
  width: 100%;
}
#products-detail .txt-set {
  flex-grow: 1;
  padding: 40px;
}
#products-detail .txt-set .product-txt .title {
  font-weight: 500;
  font-size: 35px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  letter-spacing: 4px;
}
#products-detail .txt-set .product-txt .title:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #37a31e;
  position: absolute;
  bottom: 0;
  left: 0;
}
#products-detail .txt-set .product-txt .desc {
  font-size: 16px;
}
#products-detail .txt-set .product-txt .ask {
  width: 300px;
  height: 44px;
  margin-top: 20px;
}
.l-inner {
  position: relative;
  margin: 0 auto;
  width: 85.35871%;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 89.33333%;
  }
}
.contact {
  position: relative;
  padding: 90px 0 90px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 50px 0 60px;
  }
}
.contact:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 92.67936%;
  height: 100%;
  background-image: var(--back-img);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 30px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .contact:before {
    width: 100%;
  }
}
.contact:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 92.67936%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), #5b5b5b);
  border-radius: 0 0 30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact:after {
    width: 100%;
  }
}
.contact .contact_picture {
  position: absolute;
  right: 0;
  top: -80px;
  width: 52.41581%;
  height: 600px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.05);
  background-image: url(/static/img/contact_picture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .contact .contact_picture {
    top: -220px;
    width: 95%;
    height: 260px;
  }
}
.contact .contact_title {
  position: relative;
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contact .contact_title {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.contact .contact_description {
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 90px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contact .contact_description {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.contact .direction {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contact .direction a {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contact .direction a .btn-text {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contact .direction a .btn-num {
    font-size: 28px;
    margin-top: 2px;
  }
}
.contact .direction a:first-child {
  margin-bottom: 16px;
}
#products-content {
  margin-top: 60px;
}
#products-content .heading_section {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  #products-content .heading_section {
    margin-bottom: 37px;
  }
}
#products-content .steps_list {
  counter-reset: steps-item;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  #products-content .steps_list {
    margin: 0;
  }
}
#products-content .steps_list .steps_item {
  position: relative;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  background-color: #fff;
  padding: 20px 200px 20px;
  margin-bottom: 14px;
  counter-increment: steps-item;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #products-content .steps_list .steps_item {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  #products-content .steps_list .steps_item {
    padding: 12px 27px 12px;
  }
}
#products-content .steps_list .steps_item .steps_flex {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #products-content .steps_list .steps_item .steps_flex {
    display: block;
  }
}
#products-content .steps_list .steps_item .jzu {
  display: flex;
}
#products-content .steps_list .steps_item .jzu .proper {
  margin-right: 6px;
  width: 26px;
  height: 26px;
}
#products-content .steps_list .steps_item .jzu .proper i {
  font-size: 12px;
}
#products-content .steps_list .steps_item .steps_item-title {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  background-image: linear-gradient(to top, #f5ff00 0, #f5ff00 50%, transparent 50%, transparent 100%);
  /*margin-bottom: 32px;*/
  margin-right: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #products-content .steps_list .steps_item .steps_item-title {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
#products-content .steps_list .steps_item .steps_item-description {
  font-size: 16px;
  line-height: 1.6;
}
#products-content .steps_list .steps_item a {
  text-decoration: underline;
}
#products-content .steps_list .steps_item:after {
  /*content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.08%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f2f2f2%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.94%2C20.48%2C19%2C13.6A15%2C15%2C0%2C0%2C0%2C6%2C6H45.08a15%2C15%2C0%2C0%2C0-13%2C7.6L28.2%2C20.39A3.1%2C3.1%2C0%2C0%2C1%2C25.7%2C22h-.13A3%2C3%2C0%2C0%2C1%2C22.94%2C20.48Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.94%2C14.48%2C13%2C7.6A15%2C15%2C0%2C0%2C0%2C0%2C0H39.08a15%2C15%2C0%2C0%2C0-13%2C7.6L22.2%2C14.39A3.1%2C3.1%2C0%2C0%2C1%2C19.7%2C16h-.13A3%2C3%2C0%2C0%2C1%2C16.94%2C14.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);*/
  display: block;
  position: absolute;
  width: 46px;
  height: 23px;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#products-content .steps_list .steps_item:last-child:after {
  content: unset;
}
/*# sourceMappingURL=goods.css.map */