:root {
  --color: rgba(0, 163, 59, 1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  display: block;
  overflow-x: hidden;
}
body {
  background: #fff;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-family: "微软雅黑", "microsoft yahei", "", sans-serif;
}
footer,
header,
section,
figure,
nav,
article,
aside,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  vertical-align: top;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  vertical-align: middle;
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  background: none;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus {
  border: 1px solid var(--color);
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
  width: auto;
  max-height: 16px;
  max-width: 16px;
  position: relative;
  top: 1px;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
option {
  padding: 5px 0;
  display: block;
  line-height: 20px;
  text-indent: 10px;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
td,
th {
  padding: 0;
}
b,
i,
em,
span {
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  border: 0;
  color: inherit;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a:active,
a:hover {
  outline: none;
  color: rgba(0, 163, 59, 1);
}
hr {
  border: none;
  height: 0;
}
p {
  margin: 0;
  display: block;
  color: inherit;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
ul,
ol,
dl {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
dt,
dd {
  font-weight: normal;
  display: block;
  color: inherit;
}
table {
  background-color: transparent;
  width: 100%;
}
th {
  text-align: left;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
output {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
input::placeholder,
textarea::placeholder {
  color: #777;
}
input::-webkit-input-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input[type="radio"],
input[type="checkbox"] {
  width: 14px;
  outline: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
button {
  border: none;
}
.flex {
  display: flex;
}
.flex-space {
  display: flex;
  justify-content: space-between;
}
.flex-align {
  display: flex;
  align-items: center;
}
.flex-space-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.cont {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}
.head {
  width: 100%;
  height: 80px;
  background: #fff;
  font-size: 16px;
  color: rgba(107, 119, 133, 1);
  position: sticky;
  z-index: 3000;
}
.head > .cont {
  width: 90%;
  height: 80px;
}
.logo {
  max-height: 32px;
  max-width: 20vw;
}
.guide-a {
  margin: 0 20px;
  position: relative;
  line-height: 60px;
  white-space: nowrap;
}
.guide-a.active {
  color: var(--color);
}
.guide-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  top: 100%;
  left: 50%;
  margin-left: -86px;
  padding: 10px 0;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
  transform: translateY(-20%);
  z-index: 20;
}
.guide-a:hover > .guide-menu {
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
}
.guide-menu > .nowrap {
  display: block;
  text-align: center;
  line-height: 48px;
}
.search-input {
  position: relative;
  width: 20vw;
}
.search-input > input {
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding-left: 20px;
  width: 100%;
}
.search-input .icon-search {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 40px;
  color: #999;
}
.sepecrete {
  color: #ccc;
  margin: 0 15px;
  font-weight: 200;
}
.guide-a.sp {
  margin: 0 60px;
}
.bg {
  padding: 4.5% 0 7.5%;
}
.h1 {
  font-size: 40px;
  margin-bottom: 4%;
}
.h1-b {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.h1-b:after {
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(0, 163, 59, 1) 0%,
    rgba(0, 163, 59, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 30%;
  left: 0;
}
.h2 {
  font-size: 18px;
  padding-top: 6px;
  margin-bottom: 15px;
  padding-left: 11px;
}
.h2-span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.h2-span:after {
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(0, 163, 59, 1) 0%,
    rgba(0, 163, 59, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 30%;
  left: 0;
}
.product-h1 {
  font-size: 20px;
  line-height: 3;
  background: var(--color);
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.products {
  margin-bottom: 4%;
}
.lists > .list:nth-child(4n) {
  margin-right: 0;
}
.list {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 1.5%;
  padding-bottom: 23.5%;
  position: relative;
  overflow: hidden;
}
.li-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad {
  border-radius: 10px;
  width: 100%;
  margin: 8% 0;
  display: block;
}
.title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 4%;
}
.title-span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.title-span:after {
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    rgba(0, 163, 59, 0) 0%,
    rgba(0, 163, 59, 1) 50.5%,
    rgba(0, 163, 59, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 30%;
  left: 0;
}
.new-img {
  width: 54.5%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.new {
  padding: 3% 3.5%;
  background: rgba(245, 247, 250, 1);
  margin-top: 3%;
  border-radius: 10px;
  transition: background 0.3s;
}
.news > .new:first-child {
  margin-top: 0;
}
.new:hover {
  background: rgba(0, 163, 59, 0.1);
}
.new-dt {
  font-size: 24px;
  margin: 1% 0;
}
.new-a {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}
.new-bg {
  position: relative;
  padding-left: 57%;
}
.footer {
  background: var(--color);
  clear: both;
  padding: 2% 0;
  color: #fff;
}
.site-dt {
  font-size: 18px;
  margin-bottom: 20px;
}
.site-dd {
  font-size: 16px;
  margin-bottom: 10px;
}
.site-p {
  width: 50%;
  padding-right: 4%;
  white-space: nowrap;
}
.web {
  text-align: center;
}
.web-dd {
  font-weight: 200;
  margin-top: 5px;
}
.webs {
  margin: 25px 0;
}
.site-dd a:hover,
.site-dd a:active {
  color: #fff;
  text-decoration: underline;
}
.call {
  position: fixed;
  right: 2%;
  bottom: 20%;
  z-index: 3000;
}
.call-a {
  width: 80px;
  line-height: 60px;
  height: 60px;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 30px;
}
.menu-left {
  position: sticky;
  top: 80px;
  left: 0;
  width: 260px;
  padding: 12px 9px 20px;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;
}
.content {
  margin-left: 20px;
  flex: 1;
}
.bg2 {
  padding: 20px 0 50px;
}
.menu-dt {
  color: rgba(107, 119, 133, 1);
  padding-left: 15px;
  line-height: 38px;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-dt.is-fold .icon-down {
  transform: rotate(180deg);
}
.menu-dt .icon-down {
  position: absolute;
  right: 15px;
  font-size: 130%;
  font-weight: bold;
  top: 0;
}
.menu-item {
  margin-bottom: 15px;
}
.menu-bg {
  color: rgba(107, 119, 133, 1);
  padding-left: 15px;
  display: none;
}
.menu-a {
  display: block;
  line-height: 38px;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-dt.active,
.menu-dt:hover {
  background: var(--color);
  color: #fff;
}
.menu-item.active > .menu-dt {
  color: var(--color);
}
.menu-a.active {
  color: var(--color);
}
.menu-bg .menu-dt.active,
.menu-bg .menu-dt:hover {
  background-color: unset;
  color: var(--color);
}
.crumb {
  padding: 10px 0;
  color: rgba(107, 119, 133, 1);
}
.crumb .icon-right {
  font-size: 12px;
  padding: 0 8px;
}
.prod-imgs {
  width: 24%;
  margin-bottom: 1.33%;
  margin-right: 1.33%;
  border-radius: 10px;
  overflow: hidden;
}
.prod-list > .prod-imgs:nth-child(4n) {
  margin-right: 0;
}
.prod-img {
  padding-bottom: 100%;
  position: relative;
}
.prod-img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.prod-dt {
  text-align: center;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 3;
  background: var(--color);
}
.pagers {
  padding-top: 3%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pager-a {
  padding: 0 16px;
  line-height: 46px;
  font-size: 16px;
  color: rgba(107, 119, 133, 1);
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
  border: none;
  background: #fff;
  min-width: 46px;
}
button.pager-a:hover,
button.pager-a.is-active {
  background: var(--color);
  color: #fff;
}
.pager-inp {
  width: 77px;
  line-height: 46px;
  background: #fff;
  text-align: center;
  border: none;
  font-size: 16px;
  margin-left: 16px;
  border-radius: 4px;
}
.page-s {
  margin-left: 16px;
  color: rgba(107, 119, 133, 1);
}
.pager-btn {
  width: 77px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color);
  text-align: center;
  border-radius: 4px;
  margin-left: 16px;
}
.menus {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.offer {
  margin-top: 16px;
  min-width: 0;
  padding: 0 11px;
}
.offer-img {
  width: 32%;
  padding-bottom: 23%;
  position: relative;
  flex-shrink: 0;
}
.offer-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.offer-dt {
  margin-left: 6%;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.cont-flex {
  display: flex;
  align-items: flex-start;
}
.com-infos {
  margin-bottom: 4%;
}
.com-info {
  width: 47.5%;
}
.com-img {
  width: 47.5%;
  border-radius: 10px;
}
.com-text {
  font-size: 20px;
  color: rgba(107, 119, 133, 1);
  text-align: justify;
  line-height: 1.6;
}
.btns {
  padding-top: 3.5%;
}
.btn {
  display: inline-block;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 25px;
  margin-right: 20px;
  white-space: nowrap;
}
.btn:hover,
.btn:active {
  color: #fff;
  opacity: 0.8;
}
.btn2:hover,
.btn2:active {
  color: var(--color);
  opacity: 0.8;
}
.btn .iconfont {
  margin-right: 8px;
}
.c-infos {
  margin-top: 8%;
}
.c-info > img {
  display: block;
  width: 100%;
}
#map {
  width: 100%;
  height: 27vw;
  margin-top: 8%;
}
.ways {
  width: 50.5%;
}
.form {
  width: 42.5%;
}
.way-dd {
  font-size: 20px;
  color: rgba(107, 119, 133, 1);
  padding-bottom: 2%;
}
.tel-infos {
  margin-top: 5%;
}
.tel-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: rgba(245, 247, 250, 1);
  margin-right: 10px;
  font-size: 40px;
  color: var(--color);
}
.tel-dt {
  font-size: 24px;
  margin-bottom: 8px;
}
.tel-dd {
  font-size: 16px;
  color: rgba(107, 119, 133, 1);
}
.form {
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-item {
  width: 47%;
  margin-bottom: 2%;
}
.form-input {
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  border: 1px solid rgba(220, 224, 229, 1);
  width: 100%;
  border-radius: 5px;
}
.red {
  color: #ff0000;
  margin-right: 8px;
}
.form-label {
  font-size: 16px;
  padding: 8px 0;
}
.form-textarea {
  line-height: 34px;
  padding: 10px 20px;
  border: 1px solid rgba(220, 224, 229, 1);
  width: 100%;
  border-radius: 5px;
}
.sub-btn {
  width: 100%;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  background: var(--color);
  margin-top: 5%;
}
.hold {
  display: none;
}
.web-img {
  max-width: 15vw;
}
.filter {
  display: none;
}
.detail-bg {
  padding: 3.5% 2.5%;
  background: #fff;
  border-radius: 10px;
}
.gall {
  width: 42%;
}
.big-img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 8%;
}
.big-img > img,
.img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img {
  width: 23.5%;
  padding-bottom: 23.5%;
  position: relative;
  cursor: pointer;
}
.detail-right {
  width: 48%;
}
.detail-dt {
  font-size: 34px;
  padding-bottom: 6%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6%;
}
.detail-dd {
  font-size: 16px;
  margin-bottom: 8px;
}
.detail-s {
  white-space: nowrap;
  color: rgba(107, 119, 133, 1);
}
.small-img {
  gap: 2%;
}
.detail-btn {
  margin-top: 12%;
  margin-bottom: 6%;
}
.detail-btn > .btn {
  padding: 0 8%;
}
.btn2 {
  background: none;
  color: var(--color);
  border: 1px solid var(--color);
  margin-left: 5%;
}
.share-btn {
  margin-right: 4%;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  display: none;
}
.modal-content {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 710px;
  padding: 40px;
  height: 100%;
  overflow-y: auto;
}
.m-img {
  width: 24%;
  padding-bottom: 24%;
  position: relative;
  margin-right: 4%;
  flex-shrink: 0;
}
.m-img > img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  object-fit: cover;
}
.m-dt {
  font-size: 34px;
  margin-bottom: 5%;
}
.form2 {
  width: 100%;
  margin-top: 5%;
  flex-wrap: wrap;
}
.m-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #fff;
  border-radius: 5px 0 0 5px;
}
.m-btn:hover {
  color: var(--color);
}
.m-btn2 {
  border-radius: 0 5px 5px 0;
}
.m-inp {
  width: 30%;
  border: 1px solid #ccc;
  margin: 0 -1px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-appearance: none;
  appearance: none;
}
.m-a {
  font-size: 16px;
  color: rgba(77, 136, 255, 1);
  margin-right: 6%;
  cursor: pointer;
}
.m-desc {
  font-size: 16px;
  color: rgba(169, 174, 184, 1);
  padding: 3% 0 5%;
}
.m-del {
  font-size: 16px;
  color: rgba(107, 119, 133, 1);
  margin-bottom: 2%;
}
.icon-del {
  color: #ff0000;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .cont,
  .head > .cont {
    width: 98%;
  }
  .guide-a.sp {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .head {
    position: fixed;
    top: 50px;
    right: -50%;
    width: 50%;
    background: #fff;
    z-index: 4000;
    height: auto;
    line-height: 34px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 10px;
  }
  .head > .cont {
    display: block !important;
    padding: 4% 3%;
    height: auto;
    line-height: 40px;
  }
  .head.open {
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .logo {
    max-width: 20vw;
  }
  .guide {
    display: block;
  }
  .guide-a {
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
  }
  .other {
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-input {
    width: 100%;
  }
  .detail-dt {
    font-size: 24px;
  }
  .guide-menu {
    margin-left: -200px;
  }
  a.hold {
    position: fixed;
    z-index: 4100;
    display: block;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 2%;
  }
  a.hold b {
    height: 2px;
    display: block;
    background: var(--color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 2px;
  }
  a.hold b.sp {
    margin-top: 5px;
  }
  a.hold b.mi {
    margin-top: 5px;
  }
  a.hold.active b {
    margin-top: 15px;
    margin-bottom: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: none;
  }
  a.hold.active b.sp {
    margin-top: -2px;
  }
  a.hold.active b.mi {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .site-dd {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .btn {
    font-size: 12px;
  }
  .com-infos {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .site {
    display: none;
  }
  .web-img {
    padding-top: 5%;
    max-width: 40%;
  }
  .web {
    width: 100%;
  }
  .webs {
    margin: 4% 20%;
  }
  .web-dd {
    font-size: 12px;
  }
  .call-a {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
  }
  .h1,
  .title {
    font-size: 18px;
  }
  .product-h1 {
    font-size: 15px;
  }
  .list {
    width: 49%;
    padding-bottom: 49%;
  }
  .lists > .list:nth-child(2n) {
    margin-right: 0;
  }
  .new-bg {
    padding-left: 0;
  }
  .new-img {
    width: 100%;
    position: static;
  }
  .new-dt {
    font-size: 15px;
  }
  .hidden-me {
    display: none;
  }
  .menu-left {
    position: fixed;
    top: 50px;
    left: 0%;
    z-index: 4000;
    width: 60%;
    max-height: 80vh;
    overflow-y: auto;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu-dt {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
  }
  .menu-dt .icon-down {
    right: 10px;
  }
  .menu-item {
    margin-bottom: 0px;
  }
  .menu-a {
    font-size: 12px;
    line-height: 30px;
  }
  .filter {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    position: fixed;
    top: 10px;
    left: 2%;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    color: var(--color);
    z-index: 4000;
  }
  .menus {
    margin-bottom: 0;
    border: none;
  }
  .pagers {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pager-a {
    font-size: 12px;
    padding: 0 6px;
    line-height: 24px;
    min-width: 24px;
    margin-bottom: 4px;
    margin-left: 3px;
  }
  .pager-inp,
  .pager-btn {
    width: 60px;
    font-size: 12px;
    margin-left: 3px;
    line-height: 24px;
  }
  .page-s {
    margin-left: 8px;
  }
  .prod-imgs {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .prod-list > .prod-imgs:nth-child(2n) {
    margin-right: 0;
  }
  .crumb {
    font-size: 12px;
  }
  .prod-dt {
    font-size: 13px;
  }
  .com-info,
  .com-img {
    width: 100%;
    margin: 2% 0;
  }
  .com-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .btn {
    padding: 0 10px;
    line-height: 30px;
  }
  .way-flex {
    flex-wrap: wrap;
  }
  .ways {
    width: 100%;
    margin-bottom: 4%;
  }
  .form {
    width: 90%;
    margin-left: 5%;
  }
  .way-dd {
    font-size: 15px;
  }
  .tel-icon {
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
  }
  .tel-dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tel-dd {
    font-size: 13px;
  }
  .form-item {
    width: 100%;
  }
  .sub-btn {
    font-size: 16px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 4px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
  .content {
    margin-left: 0;
  }
  .detail-bg {
    flex-wrap: wrap;
  }
  .gall {
    width: 100%;
  }
  .detail-right {
    width: 100%;
    padding-top: 8%;
  }
  .big-img {
    margin-bottom: 4%;
  }
  .detail-dt {
    font-size: 18px;
  }
  .detail-dd {
    font-size: 14px;
  }
  .detail-btn {
    justify-content: center;
    margin-bottom: 12%;
  }
  .detail-btn > .btn {
    font-size: 14px;
    line-height: 40px;
  }
  .share-btn > img,
  .webs img {
    width: 26px;
  }
  .modal-content {
    padding: 5%;
    width: 90%;
  }
  .m-dt {
    font-size: 16px;
  }
}
