.container .main .wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container .main .wrap {
    width: 100%;
    padding: 0 15px;
  }
}
.container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 0px;
  }
}
.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: #ffd103;
  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: 100%;
  max-width: 1280px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 60px;
  z-index: 1;
  backdrop-filter: blur(6px) brightness(105%);
  -webkit-backdrop-filter: blur(6px) brightness(105%);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    padding: 30px 0;
  }
}
.contact {
  position: relative;
  padding: 90px 15px 90px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  /* &: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){
            width: 100%;
        }
    }
    &: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){
            width: 100%;
        }
    } */
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0px;
    flex-direction: column-reverse;
  }
}
.contact .c-inner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (min-width: 1024px) {
  .contact .c-inner {
    display: none;
  }
}
.contact .c-inner .button {
  width: 48%;
}
.contact .l-inner {
  /* top: -180px; */
}
@media screen and (max-width: 1024px) {
  .contact .l-inner {
    width: 90%;
    padding: 5%;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact .contact_picture {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact .contact_picture {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
  }
}
.contact .contact_picture img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .contact_picture img {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 30px;
  }
}
.contact .contact_title {
  position: relative;
  font-size: 56px;
  font-weight: 800;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contact_title {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}
.contact .contact_description {
  position: relative;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 60px;
  /* width: 40%; */
}
@media screen and (max-width: 768px) {
  .contact .contact_description {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 0;
    width: 100%;
    color: #FFF;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  }
}
.contact .direction {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .contact .direction {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contact .direction a {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contact .direction a .btn-text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contact .direction a .btn-num {
    font-size: 16px;
    margin-top: 2px;
  }
}
.contact .direction a:first-child {
  margin-bottom: 16px;
}
#products-content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #products-content {
    /* margin-top: 30px; */
  }
}
#products-content .heading_section {
  font-size: 56px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  #products-content .heading_section {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
#products-content .steps_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: steps-item;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  #products-content .steps_list {
    margin: 0;
    flex-direction: column;
  }
}
#products-content .steps_list .steps_item {
  position: relative;
  width: calc(50% - 20px);
  /* box-shadow: 6px 6px 0 rgba(0,0,0,0.05); */
  border-radius: 18px;
  background-color: #fff;
  padding: 20px;
  counter-increment: steps-item;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.47, 0.78);
}
@media screen and (max-width: 768px) {
  #products-content .steps_list .steps_item {
    width: 100%;
  }
}
#products-content .steps_list .steps_item:hover {
  border: 1px solid #d9d9d9;
  transform: translateY(-10px);
}
@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: 10px 30px;
  }
}
#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;
}
@media screen and (max-width: 768px) {
  #products-content .steps_list .steps_item .steps_item-description {
    margin-left: 32px;
  }
}
#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;
}
.step {
  width: 100%;
  max-width: 1000px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .step {
    margin: 0 auto;
    margin-top: 60px;
  }
}
.step .step-title {
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .step .step-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.step .step-item {
  display: flex;
  align-items: center;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .step .step-item {
    height: 150px;
  }
}
.step .step-item .num {
  font-size: 160px;
  color: #e8e8e8;
  font-weight: bold;
  font-style: italic;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .step .step-item .num {
    /*                 opacity: 0; */
  }
}
.step .step-item .num::after {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 36px #f7f7f7;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .step .step-item .num::after {
    -webkit-text-stroke: 28px #f7f7f7;
  }
}
.step .step-item .step-content {
  display: flex;
  width: 500px;
  background-color: #ffffff;
  padding: 2% 5%;
  border-radius: 0 30px 30px 0;
  position: relative;
  align-items: center;
  right: 24px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .step .step-item .step-content {
    flex-direction: column;
    text-align: center;
    right: 20px;
  }
}
.step .step-item .step-content i {
  font-size: 48px;
  color: #ffd10f;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .step .step-item .step-content i {
    font-size: 32px;
    display: none;
    margin-left: 0;
  }
}
.step .step-item .step-content .step-text {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .step .step-item .step-content .icon-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.step .step-item .step-content .icon-title i {
  display: none;
}
@media screen and (max-width: 768px) {
  .step .step-item .step-content .icon-title i {
    display: unset;
    color: #ffd103;
    font-size: 32px;
    margin-right: 4px;
  }
}
.step .step-item .step-content .icon-title .title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .step .step-item .step-content .icon-title .title {
    font-size: 20px;
  }
}
.step .step-item .step-content .icon-title .describe {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .step .step-item .step-content .icon-title .describe {
    font-size: 14px;
  }
}
.step .step-item:nth-child(odd) {
  justify-content: flex-end;
}
/*# sourceMappingURL=goods.css.map */