html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

body,
div,
p,
h1,
h2,
h3,
h4,
form,
table,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #212529;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  /* background: #f0f1f2; */
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

/* ul li {
  list-style-type: none;
} */

img {
  border: 0;
}

.swj_wk8 {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.swj_wbkx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* slider */
/* .slider-container {
      position: relative;
      width: 100%;
      max-width: 600px;
      height: 200px;
      margin: 40px auto;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.15);
      background: #222;
    } */
.slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: end;
  /* height: 200px; */
  /* margin: 40px auto; */
  overflow: hidden;
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15); */
  background: #222;
}

.Slides {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.Slides.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

/* .Slides img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0; top: 0;
      z-index: 0;

    } */
.Slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  /* border-radius: 12px; */
}

/* .caption {
      position: relative;
      z-index: 1;
      background: rgba(0,0,0,0.6);
      color: #fff;
      padding: 10px 24px;
      margin-bottom: 24px;
      border-radius: 6px;
      font-size: 1.1em;
      max-width: 90%;
      text-align: center;
      opacity: 0;
      transition: opacity 1s cubic-bezier(0.4,0,0.2,1);
      pointer-events: none;
    } */

.caption {
  /* position: absolute;
  z-index: 1;
  color: #fff;
  padding: 10px 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  font-size: 1.1em;
  max-width: 90%;
  width: 80%;
  top: 16%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none; */
  position: absolute;
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  padding: 10px 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  font-size: 1.1em;
  padding: 0 16%;
  /* max-width: 90%; */
  /* width: 80%; */
  /* top: 3%; */
  top: 16%;
  /* text-align: center; */
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.caption h2 {
  color: #28a745;
  font-size: 28px;
  font-weight: 800;
}

.caption p {
  font-size: 22px;
  color: white;
  text-shadow: 2px 6px 5px #212529;
  line-height: 1.5;
  margin-top: 16px;
}

.Slides.active .caption {
  opacity: 1;
  pointer-events: auto;
}

.dots {
  position: absolute;
  right: 10%;
  bottom: 16%;
  z-index: 2;
  display: flex;
  gap: 8px;
  width: auto;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

.dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
  /* border: 2px solid #fff; */
  transition: background 0.3s, transform 0.2s;
  outline: none;
  border: none;
}

.dot.active,
.dot:focus-visible {
  background: #8dc63f;
  /* background: #333;
  transform: scale(1.2);
  box-shadow: 0 0 0 2px #fff; */
}

/* .breadcrumb li:not(:last-child)::after {
  background: 0 0;
  background-color: #71767a;
  -webkit-mask: url(../static/img/arrow_right.svg) no-repeat center / contain;
  mask: url(../static/img/arrow_right.svg) no-repeat center / contain;
} */

/* Breadcrumb separators as arrows between items (no background boxes on each li) */
.breadcrumb {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 0;
}

/* Items have no background; arrows are separators between items */
.breadcrumb li {
  position: relative;
  background: transparent;
  color: #333;
  display: inline-block;
  margin-right: 6px;
}

.breadcrumb li a {
  text-decoration: none;
  color: inherit;
}

/* Add a right-pointing arrow before every item except the first (acts as separator)
           This places the arrow between the previous and current item, so it points from
           the previous item to the current one (e.g., from first to second).
        */
.breadcrumb li+li::before {
  /* Use a chevron/angle character instead of a solid triangle for a lighter 
               ">" look between items */
  content: "\203A";
  /* single right-pointing angle quotation mark (›) */
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  /* space between arrow and item text */
  color: #666;
  font-size: 150%;
  /* increased to 150% as requested */
  line-height: 1;
  transform: translateY(-1px);
  /* tiny vertical tweak for visual centering */
  font-weight: 600;
}

/* Optional: slightly bolder last item to indicate current page */
/* .breadcrumb li:last-child {
  font-weight: 600;
} */

@media (max-width: 700px) {
  /* .slider-container {
    max-width: 98vw;
    height: 32vw;
    min-height: 120px;
  } */

  .caption {
    font-size: 1em;
    padding: 8px 10px;
  }
}


/* carousel */
.carouse_pr {
  background: #ffffffd6;
  /* padding: 12px 16px; */
  padding: 10px;
  /* border-radius: 8px; */
  margin-top: 12px;
  display: flex;
  align-items: center;
  border-radius: .25rem;

}

.home_content_bt {
  width: 50%;
  margin-top: 10%;
}

.home_content_bt h3 {
  color: white;
}

.carousel-container {
  overflow: hidden;
  position: relative;
  /* margin: 0 10px; */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.carousel-slide {
  min-width: 25%;
  /* 4 slides shown */
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.carousel-slide h4 {
  margin-top: 10px;
}

.carousel-slide>a {
  background: #eee;
  border-radius: 8px;
  /* height: 160px; */
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.carousel-slide>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-arrow {
  top: 50%;
  background: none;
  color: #212529;
  border: none;
  width: 36px;
  height: 36px;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 2;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.carousel-arrow svg {
  height: 18px;
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}

/* top */
header {
  width: 100%;
  height: auto;
  padding: 0 16%;
  box-sizing: border-box;
}

.qwbj {
  background: #8dc63f;
}

.dzbj {
  background: #fff;
}

.swj_nwbx {
  width: 100%;
  height: 60px;
  /* padding: 12px 10px; */
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.swj_lgbx {
  height: auto;
  display: flex;
}

.swj_lgbx a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.swj_lgbx img {
  vertical-align: sub;
  width: 40px;
}

.swj_lgtitel {
  flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
}

.bzf {
  color: #f8f8f8;
}

/* menu */
.swj_mnbx {
  flex: 1;
}

.swj_mnbx ul {
  height: 100%;
  color: #fafafa;
  font-size: 16px;
  box-sizing: border-box;
  float: right;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0;
}

.swj_mnbx ul li a {
  text-decoration: none;
  color: #f8f8f8;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
}

li.mzk a.cjk:hover {
  color: #ececec;
  transition: all linear 300ms;
}

.swj_mnbx ul li {
  display: flex;
  align-items: center;
}

.swj_mnbx li.mzk {
  padding: 0 12px;
}

.swj_mnbx ul li:first-child {
  margin-left: 0;
}

.swj_mnbx ul li.cjk a {
  text-decoration: none;
  padding: 7px 10px;
  transition: margin-top 0.3s ease;
}

.swj_mnbx ul li.cjk a:hover {
  margin-top: -7px;
}

.user_dropdown {
  position: relative;
  cursor: pointer;
}

.user_dropdown p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 4px;
}

.user_dropdown-content a:hover p {
  color: #fcf526;
}

.user_dropdown-content {
  display: none;
  position: absolute;
  background: linear-gradient(180deg, #8dc63f, #7cad39);
  z-index: 9999;
  width: 100%;
  min-width: 450px;
  box-sizing: border-box;
  left: -200px;
  top: 45px;
  padding: 0 10px 5px 10px;
}

.user_dropdown-content a {
  text-decoration: none;
  display: block;
  float: left;
  width: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.user_dropdown:hover .user_dropdown-content {
  display: block;
}

.user_dropdown-content .eckq {
  text-decoration: none;
  display: block;
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 6px 8px;
}

.eckq a img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.eckq a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
  position: relative;
}

.eckq h2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 4px;
  margin-top: 10px;
}

.user_dropdown-content a img {
  width: 100%;
  height: auto;
}

.tr_zdbx {
  margin-left: 12px;
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.tr_zdbx a {
  color: #fff;
  text-decoration: none;
}

.tr_zdbx a:hover {
  text-decoration: none;
  color: #fcf526;
}

.down svg {
  width: 18px;
  height: auto;
  vertical-align: middle;
  color: #fff;
}

.dropbtn {
  background: none;
  color: white;
  padding: 16px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* .dropbtn img {
  width: 36px;
  height: auto;
  border-radius: 50%;
  float: left;
  border: 1px solid #dcdcdc;
} */

.dropbtn img {
  width: 30px;
  height: auto;
  border-radius: 50%;
  float: left;
  /* border: 1px solid #fafafa; */
  background: #ffffff3d;
  padding: 3px;
}

.dropdown-content a svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
  color: #666;
  vertical-align: middle;
}

.dropdown-content hr {
  background-color: #e2e2e2;
  height: 1px;
  border: none;
}

.xp_ustx {
  float: left;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}

.xp_ustx img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.y_rtxt {
  float: left;
}

.y_rtxt h2 {
  font-size: 16px;
  font-weight: 550;
  margin-top: 3px;
}

.y_rtxt p {
  color: #ccc;
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}

.y_rtxt p a {
  color: #999;
  text-decoration: none;
}

.y_rtxt p a:hover {
  color: #333;
  text-decoration: underline;
}

.btn-ghost {
  background: transparent;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  padding: 8px 12px;
  color: #f8f8f8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-width: 160px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  padding: 6px 0;
  display: none;
  z-index: 1000;
}

.dropdown.open .dropdown-menu {
  display: block;
  list-style-type: none;
}

.dropdown-item {
  display: block;
  padding: 8px 12px;
  color: #0f172a;
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 2%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 210px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1111;
  top: 60px;
  border-radius: 5px;
  right: 0;
}

.dropdown-content a {
  color: #666;
  text-decoration: none;
  display: block;
  font-size: 14px;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #333;
}

.dropdown-content a:hover svg {
  color: #333;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s;
  user-select: none;
}

.dropdown:hover .arrow.down {
  transform: rotate(180deg);
}

.yhpt {
  width: 22px;
  height: auto;
}

/* top */

/* section */
section {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 16%;
  box-sizing: border-box;
  /* background: #fff; */
  /* align-items: center; */
}

section.materials {
  padding-top: 20px;
}

p.prdt_intr {
  padding: 20px 16%;
  font-size: 16px;
  line-height: 22px;
}

/* section.contact {
  margin-top: 20px;
} */

div#notification {
  background: #8dc63f;
  padding: 10px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
}

/* .products {
  margin-top: 15px;
} */

/* section.swj_gykx {
  margin-top: 20px;
} */

section.swj_gykx ul {
  list-style-type: none;
  padding: 0;
}

section.swj_gykx ul h3 {
  font-size: 16px;
  font-weight: 600;
}

.article {
  line-height: 22px;
}

.article h1 {
  margin-bottom: 20px;
}

.relative_posts h3 {
  font-size: 16px;
  font-weight: bold;
  background: #8dc63f;
  color: white;
  padding: 10px 6px;
}

.relative_posts ul li {
  font-size: 16px;
  padding: 4px 0;
  list-style-type: none;
}

section.swj_gykx p {
  font-size: 16px;
  margin: 10px 0;
}

.article ul {
  padding: 0;
  list-style-type: none;
}

.article h2 {
  background: #f1f1f1;
  padding: 6px;
}

.article ul li {
  font-size: 16px;
  list-style-type: decimal;
  margin-left: 16px;
  margin-bottom: 4px;
}

/* section.materials {
  margin-top: 30px;
} */

.cxpic {
  width: 100%;
  height: auto;
  padding: 0px 0 20px 0;
}

.swj_sctw {
  width: 100%;
  height: auto;
  padding: 0px 0 20px 0;
  box-sizing: border-box;
}

.m-idxad {
  height: auto;
  width: 100%;
  overflow: hidden;
  flex: 1;
}

.m-idxad .imgs-wrap {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-idxad .imgs-wrap .node {
  position: absolute;
  width: 100%;
  height: 90vh;
  top: 0;
  left: 0;
}

.m-idxad .imgs-wrap .node-loading {
  line-height: 1px;
  padding-bottom: 140px;
  background-color: #eee;
  padding-left: 0px;
  padding-right: 0;
  height: 10px;
  font-size: 1px;
  height: 90%;
  padding-top: 140px;
}

.m-idxad .imgs-wrap .tabs {
  z-index: 9;
  position: absolute;
  text-align: right;
  bottom: 15px;
  right: 10%;
}

.m-idxad .imgs-wrap .tab {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 2px;
  background-color: #8dc63f;
  display: inline-block;
  transition: background-color .6s ease;
}

.m-idxad .imgs-wrap .tabs .sel {
  background: #297ec2;
}

.imgs-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swj_htp {
  /* position: absolute;
  top: 5%;
  width: 80%;
  height: auto;
  bottom: 5%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%); */
  display: flex;
  height: 100%;
  width: 100%;
  background: red;
}

.swj_htp h2 {
  color: #28a745;
  font-size: 28px;
  font-weight: 800;
  padding: 0 10px;
}

.swj_txt {
  font-size: 22px;
  color: white;
  text-shadow: 2px 6px 5px #212529;
  margin-top: 10px;
  line-height: 30px;
  padding: 0 10px;
}

.swj_tgsl {
  padding: 3% 0px 0 35%;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.swj_tgsl h3 {
  font-weight: 800;
  color: white;
  font-size: 16px;
  padding: 0 5%;
}

.swj_slick {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.swj_xzk {
  width: 5%;
  float: left;
  cursor: pointer;
}

.swj_xyk {
  width: 5%;
  float: right;
  text-align: end;
  cursor: pointer;
}

.swj_xzk svg,
.swj_xyk svg {
  width: 12px;
  height: auto;
  color: #fff;
}

.swj_gtbx {
  padding: 5px;
  background-color: #fffc;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  flex: 1;
  box-sizing: border-box;
}

.swj_gtbx ul li {
  width: 25%;
  height: auto;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.swj_gtbx ul li img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.5s ease;
  vertical-align: middle;
}

.swj_gtbx ul li a {
  text-decoration: none;
}

.swj_gtbx ul li a:hover {
  text-decoration: none;
}

.swj_gtbx ul li a:hover img {
  transform: scale(1.02);
}

.swj_gtbx ul li:hover .swj_ctxp {
  color: #333;
}

.swj_gtbx ul li:hover .swj_mqrd {
  color: red;
  transform: scale(1.1);
}

.swj_ctxp {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.swj_mqrd {
  color: rgb(255, 136, 0);
  text-align: center;
  transition: transform 0.3s ease;
  display: inline-block;
  width: 100%;
}

.ct_nkwt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home_content {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  /* width: 90%; */
  /* background: red; */
  align-items: end;
  justify-content: end;
  padding: 0 16%;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
}

/* section */

/* footer */
footer {
  width: 100%;
  color: #fff;
  font-size: 13.5px;
  display: flex;
  padding: 20px 16%;
  box-sizing: border-box;
  /* bottom: 0;
  position: absolute; */
}

.qfbj {
  background-color: #00252d;
}

.swj_ftbx {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.swj_ftlt,
.ad_ftlx {
  flex: 1;
}

.swj_ftlt ul,
.ad_ftlx ul {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2px;
}

.swj_ftlt ul li {
  float: left;
  margin-right: 5px;
}

.swj_ftlt ul li a {
  text-decoration: none;
}

.swj_ftlt ul li a:hover {
  text-decoration: underline;
}

.swj_ftlt ul.clbz li a {
  color: #f8f8f8;
}

.swj_ftlt ul.clbz li a:hover {
  color: #f8f8f8;
}

.swj_ftlt ul.zdcl li a {
  color: #212529;
}

.swj_ftlt ul.zdcl li a:hover {
  color: #212529;
}

.swj_cprt {
  width: 100%;
}

.swj_ftrt {
  width: 25%;
  float: left;
  text-align: right;
}

.swj_ftrt a img,
.ad_ftrx a img {
  width: 22px;
  height: auto;
  vertical-align: middle;
}

.swj_ftrt a img:hover,
.ad_ftrx a img:hover {
  transform: translateY(-2px);
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

/* footer */

/* about us */
.cxwt {
  width: 100%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
}

.swj_card {
  width: 100%;
  height: auto;
  /* margin: 10px 0 10px 0; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.swj_card li {
  flex: 1;
  float: left;
  box-sizing: border-box;
  margin-left: 15px;
}

.swj_card li:first-child {
  margin-left: 0;
}

.swj_rowk {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(5, 3, 3, 0.125);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0.25rem;
}

.swj_rowk svg {
  width: 40px;
}

.swj_rowk h3 {
  font-size: 16px;
  font-weight: 550;
  line-height: 16px;
}

.swj_rowk p {
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}

.swj_gytxt {
  width: 100%;
  height: auto;
}

.swj_gytxt p {
  font-size: 17px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.swj_gytxt p a {
  color: #00000080;
  text-decoration: none;
}

.swj_gytxt p a:hover {
  color: #205e6b;
  text-decoration: underline;
}

.swj_gypic {
  text-align: center;
}

.swj_gypic img {
  width: 45%;
  height: auto;
}

/* about us */

/* contact us */
.swj_lxtp {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  padding: 10px 0;
}

.swj_lxtd {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

section.contact h1 {
  margin-bottom: 12px;
}

section.contact p {
  font-size: 16px;
  margin: 6px 0;
}

.swj_ctlt {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
  padding: 10px 0;
}

.swj_mcbx {
  width: 49%;
  float: left;
  box-sizing: border-box;
}

.swj_sk label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
}

span.help-block.text-danger span {
  margin-right: 6px;
}

span.help-block.text-danger {
  font-size: 14px;
  color: red;
}

.swj_sk input,
.swj_sk textarea {
  display: block;
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 3px;
  color: #495057;
  width: 100%;
  box-sizing: border-box;
}

textarea#msg {
  min-height: 220px;
}

.swj_sk input::-webkit-input-placeholder,
.swj_sk textarea::-webkit-input-placeholder {
  color: #a2a2a2;
}

.swj_sk input:focus::-webkit-input-placeholder,
.swj_sk textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.swj_sktd {
  width: 100%;
  box-sizing: border-box;
}

.swj_ctrt {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 10px 0 10px 30px;
  box-sizing: border-box;
}

.syk:focus {
  border-color: #8dc63f;
  box-shadow: inset 0 1px 1px rgb(141 198 63 / 8%), 0 0 8px rgb(141 198 63 / 58%);
  outline: none;
}

.swj_btn {
  cursor: pointer;
  background-color: rgb(141, 198, 63);
  border-color: rgb(141, 198, 63);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 10px;
  width: 180px;
  margin-top: 30px;
  box-shadow: 0 6px 14px rgba(33, 33, 33, 0.12), inset 0 -2px 0 rgba(0, 0, 0, 0.06);
}

.swj_btn:hover {
  box-shadow: none;
}

.swj_ctifn {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.swj_lxrow {
  width: 100%;
  height: auto;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.swj_lxrow li label {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}

.swj_lxrow li span {
  font-size: 16px;
  margin-top: 5px;
  width: 100%;
  display: block;
}

/* contact us */

/* products */
.swj_mtil {
  width: 100%;
  box-sizing: border-box;
  /* margin-top: 10px; */
}

.swj_mtil p {
  font-size: 16px;
  margin-top: 12px;
}

.swj_mtil h3 {
  font-size: 16px;
  font-weight: bold;
}

.swj_mtil h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.swj_mtil span {
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
}

.swj_colr {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 20px;
  margin-top: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.swj_colr li {
  margin-bottom: 15px;
}

.swj_colr li a:hover {
  border-color: #8dc63f;
  cursor: pointer;
}

.swj_colr li a img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
  vertical-align: sub;

}

.swj_colr li a:hover img {
  /* transform: scale(1.04); */
  transform-origin: center;
  overflow: hidden;
  border-radius: 5px;
  /* height: 100%; */
}

.swj_colr li a {
  color: #00000080;
  text-decoration: none;
  overflow: hidden;
  /* display: inline-block; */
  border-radius: 5px;
}

.swj_colr li a:hover p.swj_ctxp {
  color: #000;
  text-decoration: none;
}

.swj_colr li a:hover p.swj_mqrd {
  color: red;
  text-decoration: none;
}

.swj_ysk {
  margin-bottom: 15px;
  margin-bottom: 15px;
  list-style-type: none;
  padding: 0;
}

ul.swj_ysk ul {
  padding: 10px 0;
}

ul.swj_ysk ul li {
  padding: 0px;
  margin: 6px 0;
  list-style-type: disc;
  margin-left: 20px;
}

.swj_ysk li {
  font-size: 16px;
  margin-top: 10px;
}

.swj_cglq {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 15px;
  padding: 15px;

}

.swj_cglq li img {
  width: 100%;
  border-radius: 5px;
}

.swj_cglq li span {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.swj_dlj {
  /* width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 10px 10%; */
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 20px 16%;
  list-style-type: none;
  margin: 0;
}

.swj_dlj li {
  float: left;
}

.swj_dlj li a,
.swj_mcuz p a {
  color: #212529;
  text-decoration: none;
}

.swj_dlj li a:hover,
.swj_mcuz p a:hover {
  color: #212529;
  text-decoration: underline;
}

.swj_dlj li svg {
  width: 20px;
  height: auto;
}

.swj_mtslt {
  width: 40%;
  height: auto;
  margin-top: 15px;
  padding: 0 20px 0 0px;
  box-sizing: border-box;
  float: left;
}

.swj_mtslt img {
  width: 100%;
  height: auto;
}

.swj_mtsrt {
  width: 60%;
  height: auto;
  margin-top: 15px;
  padding-right: 10px;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
}

.swj_mtsrt p {
  display: block;
  margin-bottom: 15px;
}

.swj_mcuz {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 30px;
}

section.product .swj_mcuz ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

section.product .swj_mcuz ul li {
  font-size: 16px;
  padding: 4px 0;
}

.swj_mcuz h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.swj_mcuz h4 {
  font-size: 16px;
  margin-top: 15px;
}

.swj_mcuz p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 24px;
}

.k_icon {
  width: 19px;
  height: auto;
  vertical-align: middle;
}

.swj_nahk {
  width: 100%;
  height: auto;
  margin: 8px 0 38px 0;
  border: 1px solid rgba(0, 0, 0, .125);
  display: inline-block;
  list-style-type: none;
  padding: 0;
  line-height: 22px;
}

.swj_nahk li:hover {
  background: #fafafa;
}

.swj_nahk li {
  width: 25%;
  text-align: center;
  float: left;
  font-size: 16px;
  padding: 15px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, .125);
}

.swj_nahk li:last-child {
  border-right: none;
}

.swj_nahk li img {
  width: 50px;
}

.swj_nahk li h4 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swj_nahk li p {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swj_sk_bx {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.swj_sk_bx:nth-child(3) {
  margin-top: 16px;
}

form.swj_sk_bx {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 20px;
}

.swj_mykw {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.swj_atg h3 {
  font-size: 20px;
}

.swj_atg h4 {
  font-size: 16px;
  margin-top: 10px;
}

.swj_atg p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 20px;
}

.swj_xgw {
  border-bottom: 2px solid #8dc63f;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.swj_xgw span {
  background: #8dc63f;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
}

.swj_rlqt {
  margin-top: 15px;
  margin-bottom: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.swj_rlqt li {
  margin-top: 10px;
  font-size: 16px;
}

.swj_rlqt li a {
  color: #212529;
  text-decoration: none;
}

.swj_rlqt li a:hover {
  color: #8dc63f;
  text-decoration: underline;
}

.swj_szbx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.swj_szbx li {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
}

.swj_szbx li img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  transition: transform 0.5s ease;
  vertical-align: middle;
}

.swj_szbx li img:hover {
  transform: scale(1.02);
  transition: transform 0.6s ease
}

ul.swj_colr li {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
}

ul.swj_colr li img:hover {
  transform: scale(1.02);
  transition: transform 0.6s ease
}

/* .swj_szbx li a:hover img {
  transform: scale(1.04);
  border-radius: 5px;
} */

.swj_szbx li a {
  text-decoration: none;
  overflow: hidden;
  /* display: inline-block; */
  border-radius: 5px;
}

.swj_szbx li a h2 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: #666;
}

.swj_szbx li a:hover h2 {
  color: #212529;
  text-decoration: none;
}

.swj_szbx li a h3 {
  margin-top: 10px;
  color: #666;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.sk_pg {
  width: 100%;
  height: auto;
  /* margin: 20px 0; */
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sk_yfx {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sk_yfx:hover,
.sk_pg ul li a:hover {
  background: #8dc63f;
  color: #fff;
  border-color: #8dc63f;
}

.sk_yfx svg {
  width: 70%;
  vertical-align: middle;
}

.sk_pg ul {
  font-size: 15px;
}

ul.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk_pg ul li {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
}

.sk_pg ul li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.sk_pg ul li:last-child {
  margin-right: 7px;
}

.pic_tkbx {
  width: 100%;
  height: auto;
  display: block;
}

.swj_cxlt {
  float: left;
  width: 50%;
}

.swj_cxlt img {
  display: block;
  width: 70%;
}

.swj_cxrt {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}

.swj_cxrt h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.swj_cxrt p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
}

.sztitle {
  font-size: 20px;
  color: #8dc63f;
  font-weight: 400;
}

.cd_box {
  width: 100%;
  height: auto;
  display: flex;
}

.mtal {
  flex-direction: column;
}

.rdsl {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.hrtxt {
  flex: 1;
  margin: 0 20px;
}

.hrtxt h2 {
  font-size: 18px;
  font-weight: 550;
}

.qx_dmcx li {
  margin-top: 10px;
  font-size: 13px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.qx_dmcx li label {
  width: 11%;
}

.qx_dmcx li:first-child {
  margin-top: 0;
}

.jxbt {
  width: 100%;
  height: auto;
  font-size: 13px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.jxbt li {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.jxbt li label,
.xd_yxkj label {
  color: #888;
  display: inline-block;
}

.jxbt li span {
  flex: 1;
  color: #333;
  margin-left: 10px;
}

.jxbt li span select {
  border-radius: 3px;
  border-color: #dedede;
  padding: 2px 3px;
  margin-right: 10px;
  outline: none;
}

.tbig {
  width: 100%;
  height: auto;
}

.tbig img {
  width: 100%;
  height: auto;
}

.xsml {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

.xsml li {
  width: 23%;
  height: auto;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}

.xsml li img {
  width: 100%;
  height: auto;
  opacity: 0.75;
}

.xsml li:hover {
  border-color: #8dc63f;
  cursor: pointer;
}

.xsml li:hover img {
  opacity: 1;
  transition: all 200ms linear;
}

.qx_dmcx {
  background: #f5f5f5;
  margin-top: 15px;
  width: 100%;
  height: auto;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 5px;
}

.login_produt_info {
  /* display: inline-flex;
  background: #f8f8f8;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px; */
  display: inline-flex;
  /* background: #f8f8f8; */
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
  border: 1px dotted #ff6e02;
  border-radius: 4px;
  align-items: center;
}

.qx_dmcx:nth-of-type(2) {
  margin-top: 20px;
  background: none;
  border: 1px dotted #ff5100;
}

.qx_dmcx li {
  width: 100%;
}

span.qty_box {
  height: 32px;
  width: auto;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

li.order.quantity.xd_nbk {
  padding-top: 8px;
}

span.qty_box>input {
  height: 100%;
  box-sizing: boder-box;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}

span.qty_box>a {
  display: inline-flex;
  width: 28px;
  justify-content: center;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
}

.px_fdx {
  font-size: 24px;
  font-weight: 550;
  color: #ff5100;
}

.px_fnh {
  font-size: 18px;
  padding-left: 6px;
  font-size: 16px;
}

.px_kzg {
  font-size: 14px;
  color: #666;
}

span.promot_perd {
  padding: 4px 6px;
  background: orange;
  margin-left: 12px;
  border-radius: 4px;
  color: white;
}

.xd_btm {
  margin-top: 36px;
  width: 100%;
  height: auto;
  /* display: inline-block; */
  display: inline-flex;
}



.xzgm {
  display: inline-flex;
  align-items: center;
  /* flex: 1; */
  text-align: center;
  justify-content: center;
  /* height: 38px; */
  border-radius: 4px;
  /* font-size: 14px; */
  /* width: 38%; */
  /* height: 36px; */
  /* line-height: 36px; */
  text-decoration: none;
  border: 1px solid #ff6700;
  /* text-align: center; */
  /* text-decoration: none; */
  color: inherit;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  min-width: 20%;
  margin-right: 6px;
}

.xzgm * {
  pointer-events: none;
}

a.xzgm.save {
  min-width: auto;
  border: none;
}

a.xzgm.save:hover {
  background: none;
  color: #ff6e02;
}

.xzgm.active {
  background: linear-gradient(1.5708rad, #ff8f0a, #ff6700);
  color: #fff;
  border: none;
  margin-right: 10px;
}

.xzgm:hover {
  background: #ff6700;

  color: white;
}

/* products */

/* samples */
.smletp {
  font-size: 15px;
  line-height: 24px;
}

.smle_zkbx {
  font-size: 14px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 15px;



  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
}

.smle_wczk {
  width: 50%;
  margin-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.smle_wczk label {
  font-size: 14px;
  float: left;
  line-height: 30px;
  box-sizing: border-box;
  width: 70px;
}

.smle_wczk select {
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  padding: 0 8px 0 8px;
  height: 30px;
  border: 1px solid #aaa;
  width: 70%;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  color: #444;
}

.swj_sbmt {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
}

.freight_table {
  width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.freight_table table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}

.freight_table th,
.freight_table td {
  border: 1px solid rgb(193 188 188);
  text-align: center;
  padding: 7px 5px;
}

.freight_table tbody tr:nth-child(even) {
  background-color: #f7f7f7
}

.freight_table thead {
  background-color: #f7f7f7
}

.freight_table th {
  font-weight: 400
}

.wgct {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.swj_b_fk h3 {
  font-size: 18px;
  margin-top: 22px;
}

.swj_b_fk ul {
  font-size: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 14px;
}

.swj_b_fk ul li {
  margin-top: 10px;
}

.swj_b_fk ul li span {
  font-weight: 500;
}

.swj_zdtxt {
  margin-top: 25px;
  font-size: 15px;
  border: 1px dashed #ccc;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.swj_zdtxt span {
  color: red;
}

/* samples */

/* 材料详情开始 */
.mt_xwbx {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border-radius: 10px;
  /* margin-bottom: 20px; */
}

.mt_xlkx {
  width: 80%;
  height: auto;
}

/* 右侧开始 */
.mt_xrht {
  flex: 1;
  box-sizing: border-box;
}

.mt_xrht ul {
  width: 100%;
  height: auto;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mt_xrht ul li {
  width: 47%;
  float: left;
  height: auto;
  box-sizing: border-box;
  margin-top: 15px;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
}

.mt_xrht ul li img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 5px;
  vertical-align: middle;
}

.mt_xrht ul li h3 {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

.mt_xrht ul li a {
  text-decoration: none;
  color: #666;
  overflow: hidden;
  /* display: inline-block; */
  border-radius: 5px;
}

.mt_xrht ul li a:hover {
  color: #212529;
  text-decoration: none;
}

.mt_xrht ul li a:hover img {
  transform: scale(1.04);
  border-radius: 5px;
}

.hr-text {
  position: relative;
}

.hr-text hr {
  background-color: #e2e2e2;
  height: 1px;
  border: none;
}

.hr-text span {
  position: absolute;
  top: 50%;
  background: #fff;
  text-align: center;
  color: #666;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 550;
  padding: 0 15px;
}

/* 右侧结束 */

/* 材料详情结束 */
.navbar-mobile,
.pr_h_tbx,
.nbz {
  display: none;
}

.pro_btbx {
  width: 96%;
  padding: 0 20px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  position: fixed;
  bottom: 15px;
  background: #fff;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 12px;
}

/* 产品详情手机结束 */


/* 登录注册开始 */
.ad_tpbx {
  width: 100%;
  height: 72px;
  background: #fff;
  padding: 0 10%;
  box-sizing: border-box;
}

.ad_lgkw {
  width: 100%;
  height: 72px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
  justify-content: space-between;
}

.ad_lgkw a img {
  width: 38px;
  height: auto;
  margin-right: 10px;
}

.ad_lgkw a {
  text-decoration: none;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
}

.ad_lgkw a:hover {
  text-decoration: none;
  color: #333;
}

.ad_btkw {
  width: 100%;
  height: auto;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ad_jrkw {
  width: 100%;
  height: auto;
  min-height: 680px;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ad_ctbj {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 1;

}

.ad_cont {
  width: 100%;
  height: 100%;
  padding: 0 16%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ad_cwbx {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.ad_wbyj,
.frt_zhkw {
  max-height: 86%;
  overflow-y: scroll;
}

.ad_wbyj::-webkit-scrollbar,
.frt_zhkw::-webkit-scrollbar {
  display: none;
}

.ad_rxlt {
  width: 54%;
  align-items: center;
  justify-content: left;
  display: flex;
}

.ad_ltxt {
  /* width: 60%;
  padding-right: 30px;
  box-sizing: border-box; */
  width: 54%;
  padding-right: 2%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}

.ad_ltxt h2 {
  font-size: 32px;
  /* color: #db291d; */
}

.ad_ltxt p {
  font-size: 16px;
  /* color: #666; */
  line-height: 16px;
  margin-top: 16px;
}

.ad_qhic {
  width: 58px;
  height: 58px;
}

.ad_crt {
  flex: 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ad_wbyj {
  flex: 1;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
}

.ad_qhdx {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
  opacity: .4;
}

.ad_wbyj button:hover {
  opacity: inherit;
}

.ad_ewm {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 20% auto 20px auto;
}

.ad_ewm img {
  width: 100%;
  border-radius: 10px;
}

.ad_title {
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.ad_lgwk {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.form-item {
  margin-top: 15px;
}

.form-item:first-child {
  margin-top: 0;
}

.ad_skbx input {
  box-sizing: border-box;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #ced3d9;
  border-radius: 5px;
  line-height: 22px;
  width: 100%;
}

button.pw-toggle-btn {
  position: absolute;
  right: 0;
  height: 100%;
  display: inline-block;
  aspect-ratio: 1 / 1;
  background: none;
  border: none;
  cursor: pointer;
}

button.pw-toggle-btn svg {
  vertical-align: middle;
  color: #888888;
  height: 16px;
}

.summary {
  color: green;
}

.invalid-text {
  color: red;
}

.valid-text {
  color: green;
}

.form-item label {
  font-size: 16px;
  font-weight: 550;
}

.ad_skbx input::-webkit-input-placeholder {
  color: #a2a2a2;
}

.ad_skbx input:focus::-webkit-input-placeholder {
  color: transparent;
}

.ad_skbx input:focus {
  border: 1px solid #fd630d;
}

.ad_frpsd {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}

.ad_frpsd a {
  color: #999;
  text-decoration: none;
}

.ad_frpsd a:hover {
  color: #333;
  text-decoration: none;
}

.ad_zbic {
  width: 18px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}

.ad_skbx {
  width: 100%;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
}

.ad_dtzk {
  margin-top: 30px;
  width: 100%;
  font-size: 16px;
  color: inherit;
  display: inline-block;
}

/* input.email_code {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: #2895d2;
  color: white;
  cursor: pointer;
  width: auto;
  border-radius: 0 4px 4px 0;
} */
label.email_code {
  position: absolute;
  display: inline-flex;
  font-size: inherit;
  line-height: 100%;
  right: 0;
  height: 100%;
  border: none;
  background: #2895d2;
  align-items: center;
  padding: 6px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  width: auto;
  border-radius: 0 4px 4px 0;
}

label.email_code.disabled {
  cursor: inherit;
}

.ad_dtzk:hover {
  cursor: pointer;
  color: #fd630d;
}

.ad_frbtn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ad_frbtn a {
  color: inherit;
}

.rseller_btn {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #ced3d9;
  text-decoration: none;
  color: inherit;
  background: white;
  border-radius: 4px;
  cursor: pointer;
}

.rseller_btn.active {
  color: white;
  background: #297cc0;
}

label.rseller_btn.active.disabled {
  cursor: inherit;
}

button.rseller_btn:hover {
  background: #2890ce;
}

p.reg_sign {
  margin-top: 20px;
  font-size: 1.2em;
}

p.reg_sign a {
  color: inherit;
}

.frm_btn input.btn_org {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  border-radius: 15px;
  border: none;
}

.ad_bcrt {
  margin-top: 2px;
  color: #fd630d;
}

.frm_btn input.btn_org a {
  color: #fff;
  text-decoration: none;
}

.frm_btn input.btn_org {
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(270deg, #ff4733, #f59610);
  color: #fff;
}

.frm_btn button.btn_org:hover {
  text-decoration: none;
  color: #fff;
  background: #fd510d;
}

.frm_btn button.btn_gray {
  text-decoration: none;
  background: #f6f6f6;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #666;
}

.frm_btn button.btn_gray:hover {
  text-decoration: none;
  color: #333;
  background: #f1f1f1;
}

.ad_gtc button {
  position: absolute;
  right: 4px;
  top: 0;
  color: rgb(36, 154, 254);
  background: none;
  border: none;
  height: 100%;
  cursor: pointer;
  padding-left: 10px;
  font-size: 13px;
}

.ad_gtc button:before {
  border-left: 1px solid #eeeeee;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 0;
}

.ad_scan {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.ad_scan svg {
  width: 18px;
  height: auto;
  color: #fd510d;
  margin-right: 5px;
}

.tab-content .content {
  display: none;
}

.ad_ftbx {
  width: 100%;
  height: auto;
  font-size: 13px;
  display: flex;
  padding: 16px 10% 20px;
  box-sizing: border-box;
}

.ad_bcbx {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ad_ftlx ul li {
  float: left;
  color: #333;
  margin-right: 5px;
}

.ad_ftlx ul li a {
  color: #333;
  text-decoration: none;
}

.ad_ftlx ul li a:hover {
  color: #333;
  text-decoration: none;
}

.ad_cptxt {
  color: #333;
  width: 100%;
}

.ad_ftrx {
  width: 25%;
  float: left;
  text-align: right;
  color: #333;
}

.flbj {
  justify-content: space-between;
  align-items: center;
}

.fhmj a svg {
  color: #999;
}

.fhmj a:hover svg {
  color: #333;
}

.jfx a {
  text-decoration: none;
  color: #999;
}

.jfx a:hover {
  text-decoration: none;
  color: #008cff;
}

/* 登录注册结束 */

/* 忘记密码开始 */
.frt_ctbx {
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

.frt_zhkw {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(25, 1, 52, .12);
  box-shadow: 0 2px 10px rgba(25, 1, 52, .12);
  padding: 28px;
  height: auto;
}

.jrsl {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.frt_zhkw h2 {
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
}

.frt_fbj {
  color: #f59610;
  width: 24px;
  box-sizing: border-box;
  margin-right: 7px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
}

.frt_fbj:hover {
  color: #fd510d;
}

.frt_zhkw h2 span {
  float: left;
}

.zmtxt {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.frt_zhkw label {
  width: 100%;
  height: auto;
}

.frt_zhkw input {
  width: 100%;
}

.zmfs {
  display: flex;
  font-size: 18px;
}

/* 忘记密码结束 */

/* 加入我们开始 */
.ad_qtop {
  width: 40%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #666;
}

.ad_qtop a img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.ad_qtop a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.ad_qtop a:hover {
  color: #333;
  text-decoration: none;
}

.ad_qbtm {
  width: 40%;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
}

.ad_join-bn {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.ad_join-bn img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.ad_ztkx {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.ad_ztkx span {
  color: #999;
  flex: 1;
}

.ad_ztkx span.ad_zrt {
  justify-content: right;
  display: flex;
}

.ad_ztkx span.ad_zrt a {
  color: #1470cc;
  text-decoration: none;
  margin-left: 7px;
}

.ad_ztkx span.ad_zrt a:hover {
  color: #e64545;
}

.ad_bycl svg {
  position: absolute;
  right: 10px;
  width: 16px;
  height: auto;
  top: 16px;
  color: #cecece;
  cursor: pointer;
  padding-left: 10px;
}

/* 加入我们结束 */


/* 最新添加开始 */
.xd_nbk {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.xd_nbk label {
  margin-right: 10px;
}

.xd_nbk svg {
  width: 12px;
  vertical-align: middle;
}

.xd_nbk button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  color: #333;
  cursor: pointer;
  background: #fff;
}

.xd_nbk input {
  width: 60px;
  font-size: 14px;
  outline: none;
  display: inline-flex;
  flex: 1;
  color: #000;
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  padding: 0;
}

.number-stepper {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* Remove native spinners for consistent custom UI */
.xd_nbk input[type=number]::-webkit-outer-spin-button,
.xd_nbk input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.xd_xmts {
  font-size: 13px;
  margin-top: 10px;
}

.xd_xmts a {
  font-size: 16px;
  font-weight: 550;
}

.xd_yxkj {
  border-top: 1px dashed #e5e5e5;
  padding-top: 15px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

.xd_yxkj ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.xd_yxkj ul li a {
  border: 1px solid #e5e5e5;
  padding: 5px;
  border-radius: 3px;
  height: 28px;
  display: flex;
  align-items: center;
}

.xd_yxkj ul li a:hover {
  border-color: #ff5100;
  cursor: pointer;
}

.xd_yxkj ul li a img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.xd_yxkj label {
  float: left;
}

.xd_yxkj ul {
  float: left;
  flex: 1;
}

/* 最新添加结束 */
.error {
  color: red;
  font-size: 14px !important;
  font-weight: normal;
}

.products .p_intr {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
}

.img-skeleton {
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.2s infinite linear;
  border-radius: 4px;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 600px;
  display: inline-flex;
  flex: 1;
  margin-right: 10px;
}

.home.img-skeleton {
  min-width: 200px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 1200px) {

  header,
  .caption {
    padding: 0 10%;
  }

  section {
    padding: 20px 10%;
  }

  section.product {
    padding-top: 0;
  }

  .breadcrumb {
    padding-top: 20px;
  }

  /* .breadcrumb {
    margin: 0 10%;
    margin-top: 20px;
  } */

  .home_content_bt {
    width: 80%;
    margin-top: 30%;
  }

  p.prdt_intr {
    padding: 20px 10%;
  }

  footer {
    padding: 16px 10%;
  }
}

@media (max-width: 980px) {

  header,
  footer,
  section,
  .swj_dlj,
  .ad_cont {
    padding-left: 20px;
    padding-right: 20px
  }

  /* .swj_htp {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  } */
  .swj_htp {
    display: flex;
    height: 100%;
    width: 100%;
    background: red;
  }

  /* .breadcrumb {
    margin: 0;
    padding: 10px 20px;
  } */

  p.prdt_intr {
    padding: 20px 20px;
  }

  .swj_tgsl {
    padding-right: 0;
  }

  .m-idxad .imgs-wrap .tabs {
    right: 20px;
  }

  .swj_htp h2,
  .swj_txt {
    padding: 0;
  }

  .mt_xwbx {
    flex-direction: column;
  }

  .mt_xlkx {
    width: 100%;
  }

  .mt_xrht ul li {
    width: 15%;
    justify-content: space-between;
  }

  .mt_xrht {
    margin-top: 30px;
  }

  .hrtxt {
    margin-right: 0;
  }
}

@media (max-width: 950px) {
  .ad_rxlt {
    width: 45%;
  }

  .ad_ltxt h2 {
    font-size: 24px;
  }

  .ad_lgkw,
  .ad_bcbx {
    padding: 0;
  }

  .ad_crt {
    padding: 0;
    justify-content: right;
  }

}

@media (max-width: 850px) {
  body {
    background: #f8f8f8;
    padding: 10px 20px;
  }

  .slider-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
  }

  section.products {
    margin-top: 15px;
  }

  .swj_gytxt {
    width: 100%;
    height: auto;
    background: white;
    padding: 10px 20px;
    border-radius: 12px;
    margin-bottom: 110px;
    border: 1px solid #eee;
    margin-top: 20px;
  }

  .relative_posts {
    padding-bottom: 80px;
  }

  .btn-ghost {
    background: white;
    border: 1px solid #ccc;
    color: #333;
  }

  .hrtxt {
    margin: 0;
    padding-top: 20px;
  }

  .swj_mnbx,
  footer,
  .swj_dlj,
  .ad_rxlt,
  .ad_ctbj,
  .ad_ftlx ul,
  .ad_ftrx,
  .xsml {
    display: none;
  }

  .swj_tgsl {
    padding-left: 0;
  }

  .swj_nwbx {
    justify-content: space-between;
  }

  .swj_htp h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .swj_tgsl h3 {
    font-weight: 550;
  }

  .swj_mtil {
    margin-top: 0;
  }

  .home_content_bt {
    width: 100%;
    margin-top: 30%;
  }

  .caption {
    padding: 0 20px;
  }

  .home_content {
    padding: 0;
  }

  .caption * {
    font-size: 18px !important;
  }

  .carouse_pr {
    padding: 6px;
  }

  .swj_txt {
    font-size: 18px;
    line-height: 20px;
  }

  .m-idxad .imgs-wrap .tab {
    height: 12px;
    width: 12px;
  }

  .jrsl {
    height: 95%;
  }

  .ad_cwbx {
    height: 100%;
  }

  .qwbj {
    background: #fff;
    /* width: calc(100% - 30px); */
    /* margin: auto; */
    /* margin-top: 10px; */
    border: 1px solid #eee;
  }

  .swj_rowk {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
  }

  section {
    padding: 20px;
    /* padding-left: 15px;
    padding-right: 15px; */
    overflow-y: scroll;
    background: white;
    border-radius: 4px;
  }

  .product {
    margin-top: 15px;
  }

  .navbar-mobile {
    width: 100%;
    color: #333;
    display: block;
    /* padding: 0 15px; */
    z-index: 333;
    bottom: 12px;
    display: flex;
    align-items: center;
    /* position: fixed; */
    box-sizing: border-box;
    left: 0;
  }

  /* .swj_mtil {
    margin-top: 0;
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
  } */

  /* .swj_mtil:last-child {
    margin-bottom: 100px;
  } */

  /* .swj_colr {
    background: white;
    padding: 20px;
    margin-top: 12px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 12px;
  } */

  section.materials {
    margin-top: 10px;
  }

  /* 
  .text-slider {
    font-size: 16px;
    flex-direction: column;
    align-items: start;
  } */

  .navbar-mobile ul {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 9%);
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 7px 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 10px 20px;
  }

  .navbar-mobile ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar-mobile ul li svg {
    width: 26px;
    height: auto;
  }

  .navbar-mobile ul li span {
    color: #333;
    font-size: 14px;
    margin-top: 3px;
  }

  .navbar-mobile ul li a,
  .navbar-mobile ul li a:hover {
    color: #333;
    text-decoration: none;
  }

  .swj_lgbx img {
    width: 38px;
  }

  .yhpt {
    color: #333;
  }

  .swj_rowk svg {
    width: 35px;
  }

  .swj_rowk h3 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .swj_rowk p {
    margin-top: 3px;
  }

  /* .swj_szbx li {
    margin-top: 15px;
  } */

  .sp_xsct {
    border-radius: 10px;
    padding: 0;
    margin-bottom: 85px;
    margin-top: 15px;
  }

  .swj_gykx {
    margin-top: 15px;
    border-radius: 10px;
    /* margin-bottom: 75px; */
  }

  .swj_gytxt p {
    font-size: 16px;
    line-height: 20px;
  }

  .swj_card {
    margin: 0;
  }

  .swj_gypic img {
    width: 65%;
  }

  .swj_xgw span {
    padding: 7px 10px;
  }

  .swj_lxtp {
    margin-top: 10px;
    font-size: 18px;
  }

  .swj_ctifn {
    font-size: 18px;
    margin-top: 15px;
  }

  .swj_sk label {
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 15px;
  }

  .swj_ctrt {
    width: 100%;
    padding-left: 0;
  }

  .swj_lxtd,
  .cd_box {
    flex-direction: column;
  }

  .swj_cprt a {
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .swj_lxrow li label {
    margin-top: 15px;
  }

  .sztitle,
  .swj_lgtitel,
  .ad_lgkw {
    font-size: 16px;
  }

  .sk_pg {
    margin: 20px 0;
  }

  .swj_mtil h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 550;
  }

  .swj_mtil p,
  .fbhx li p,
  .swj_lxrow li span,
  .swj_cglq li p {
    font-size: 14px;
  }

  .pro_btbx {
    display: block;
    padding: 0;
  }

  .cxbt {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .xd_btm {
    gap: 12px;
    margin-top: 20px;
  }

  /* .sp_gbtx {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: fixed;
    bottom: 15px;
    left: 0;
  } */

  /* .xd_btm a {
    flex: 1;
    margin: 15px;
  } */

  .xzgm.active {
    margin-right: 0;
  }

  .fbhx {
    width: 28%;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    height: 60px;
  }

  .fbhx li {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .ad_dkg {
    height: 100%;
    position: relative;
  }

  .ad_dtzk {
    position: absolute;
    bottom: 40px;
    left: 0;
  }

  .fbhx li svg {
    width: 26px;
    height: auto;
  }

  /* .hrtxt {
    margin-left: 0;
    margin-top: 15px;
    padding: 0 15px;
  } */

  .tbig li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 450px;
  }

  .rdsl {
    width: auto;
    max-height: 480px;
    overflow: hidden;
  }

  .hrtxt ul li label {
    width: auto;
  }

  .pr_h_tbx {
    background-color: rgb(255 255 255 / 35%);
    opacity: 1;
    color: #fff;
    padding: 5px;
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: 50%;
    display: block;
  }

  .pr_h_tbx svg {
    width: 18px;
    height: auto;
    margin-top: 2px;
  }

  /* .mt_xrht {
    padding: 0 15px;
  } */

  .flt {
    top: 15px;
    left: 15px;
  }

  .fxk {
    top: 15px;
    right: 15px;
  }

  .nbz {
    bottom: 35px;
    right: 15px;
    font-size: 14px;
    padding: 3px 15px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    color: #333;
    position: absolute;
    border-radius: 15px;
    text-align: center;
    display: block;
  }

  .tbig {
    position: relative;
  }

  .ad_wbyj {
    width: 400px;
  }

  .ad_lgkw a img {
    width: 36px;
  }

  .ad_ltxt {
    display: none;
  }

  .ad_tpbx {
    background: none;
    border-bottom: none;
  }

  .frt_zhkw,
  .ad_wbyj {
    width: 100%;
    max-height: none;
  }

  .form-item {
    margin-top: 20px;
  }

  .ad_frbtn {
    margin-top: 40px;
  }

  .ad_crt {
    align-items: flex-start;
    margin-top: 15px;
  }

  .ad_lgkw,
  .ad_crt {
    justify-content: center;
  }

  .ad_ftlx {
    text-align: center;
  }

  .ad_jrkw {
    height: auto;
    min-height: auto;
  }

  .ad_lgkw {
    padding: 15px 0;
    height: auto;
  }

  .ad_tpbx {
    height: auto;
  }

  .ad_ftbx {
    border-top: none;
  }

  .ad_ftbx {
    height: auto;
    padding: 15px 0;
  }

  .ad_cont {
    position: static;
    height: 100%;
    padding: 20px 0 0 0;
    align-items: flex-start;
  }

  .ad_ztkx span.ad_zrt {
    margin-top: 10px;
  }

  header {
    background: #fff;
    border-radius: 10px;
  }

  .cxtp {
    display: none;
  }

  .swj_lgtitel,
  .tr_zdbx a,
  .down svg {
    color: #333;
  }

  .wdpx,
  .ct_nkwt {
    padding: 15px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .swj_lxtp {
    margin-top: 0;
    padding: 5px 0;
  }

  .swj_ctrt {
    padding-bottom: 20px;
  }

  .swj_b_fk h3 {
    margin-top: 12px;
  }

  .swj_cglq {
    margin-bottom: 20px;
  }

  /* .tbig {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  } */

  /* .swj_mcuz {
    padding: 0 15px 15px 15px;
    margin-bottom: 80px;
  } */

  .mt_xwbx {
    margin-top: 2px;
  }

  .cxpic {
    margin-bottom: 50px;
  }

  .swj_nahk {
    margin-bottom: 0;
    line-height: 18px;
  }

  .xp_ustx svg {
    color: #333;
  }

  /* .swj_wbkx {
    padding: 15px;
    box-sizing: border-box;
  } */

  .m-idxad {
    margin: 15px 0 70px 0;
    border-radius: 10px;
    width: 100%;
  }

  .swj_ctlt {
    padding-top: 0;
  }

  .swj_rlqt {
    margin-bottom: 20px;
  }

  .swj_zdtxt {
    margin-bottom: 0;
  }

  .swj_btn {
    margin-top: 20px;
  }

  .smletp {
    line-height: 18px;
  }

  .swj_sbmt {
    margin-bottom: 15px;
  }

  .ad_wkjc {
    display: flex;
    align-items: center;
  }

}

@media (max-width: 710px) {
  .smle_wczk {
    width: 100%;
  }

  .swj_cglq li p {
    font-size: 12px;
  }

  .swj_nahk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

  }

  .swj_nahk li {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
  }

  .swj_nahk li * {
    font-weight: 400;
  }

  .swj_nahk li:nth-child(1),
  .swj_nahk li:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }

  .swj_nahk li:nth-child(2) {
    border-right: 0;
  }

  .swj_nahk li img {
    width: 30px;
  }
}

@media (max-width: 650px) {
  .swj_htp h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .swj_txt {
    font-size: 16px;
    line-height: 20px;
  }

  .swj_tgsl h3 {
    font-size: 15px;
  }

  .swj_rowk p {
    font-size: 12px;
  }

  .m-idxad {
    margin-top: 12px;
  }

  .swj_rowk svg {
    width: 32px;
  }

  .swj_rowk h3 {
    font-weight: normal;
  }

  .swj_gytxt p,
  .swj_atg p {
    font-size: 14px;
  }

  .swj_atg h3,
  .swj_lxtp {
    font-size: 16px;
  }

  .swj_rlqt li {
    margin-top: 7px;
  }

  .freight_table table {
    width: 800px;
    overflow-x: scroll;
  }

  .wgct {
    flex-direction: column;
  }

  .tbig li {
    max-height: 400px;
  }

  .mt_xrht ul li {
    width: 32%;
  }

  span.qty_box {
    height: 26px;
  }

  li.order.quantity.xd_nbk {
    padding-top: 5px;
  }

  .fbhx {
    width: 30%;
  }

  .swj_szbx li a span {
    font-size: 14px;
  }

}

@media (max-width: 560px) {
  .swj_htp h2 {
    font-size: 20px;
    line-height: 22px;
  }

  section h1 {
    font-size: 18px;
  }

  /* .sp_gbtx {
    padding: 0 10px;
    bottom: 12px;
  } */

  /* section.products {
    padding-bottom: 100px;
  } */

  .swj_txt {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }

  /* .xd_btm a {
    margin: 12px;
  } */

  .swj_tgsl h3 {
    font-size: 14px;
    font-weight: normal;
  }

  .swj_sctw {
    padding-bottom: 0;
  }

  .swj_ctxp,
  .fbhx li p,
  .smle_zkbx {
    font-size: 12px;
  }

  .swj_ctxp {
    margin-top: 5px;
  }

  footer.cprx {
    margin-top: 10px;
  }

  .tbig li {
    max-height: 350px;
  }

  .swj_szbx {
    grid-template-columns: repeat(2, 1fr);
  }

  .swj_htp {
    padding: 0 10px;
  }

  .swj_gtbx ul li {
    padding: 5px;
  }

  .swj_tgsl {
    margin-top: 20px;
  }

  .swj_lgbx img {
    width: 36px;
  }

  /* .swj_gykx {
    margin-bottom: 65px;
    margin-top: 12px;
  } */

  .swj_lgtitel {
    font-size: 15px;
  }

  .navbar-mobile ul li svg {
    width: 24px;
  }

  .navbar-mobile ul li span {
    font-size: 12px;
    margin-top: 0;
  }

  /* .swj_wbkx {
    padding: 10px;
  } */

  /* .navbar-mobile {
    padding: 0 10px;
  } */

  .swj_ctlt {
    padding-top: 0;
  }

  .swj_lxtp {
    margin-top: 0px;
  }

  /* section {
    margin-bottom: 75px;
  } */

  .swj_mykw {
    flex-direction: column;
  }

  .swj_mcbx {
    width: 100%;
  }

  .swj_gytxt {
    margin-bottom: 100px;
  }

  .swj_zdtxt,
  .swj_btn {
    margin-top: 15px;
  }

  .swj_sbmt {
    margin-bottom: 10px;
  }

  .qx_dmcx:nth-of-type(2),
  .jxbt li {
    margin-top: 12px;
  }

  .sk_pg {
    margin-bottom: 10px;
  }

  .swj_zdtxt,
  .swj_rlqt {
    margin-bottom: 5px;
  }

  .qx_dmcx,
  .swj_xgw {
    margin-top: 10px;
  }

  /* .hrtxt {
    margin-top: 15px;
  } */

  .qx_dmcx {
    padding: 10px 15px;
  }

  .mt_xwbx {
    margin-top: 0;
  }

  .mt_xrht {
    margin-top: 20px;
    /* padding: 0px 12px; */
  }

  /* 
  .swj_mcuz {
    padding: 0px 12px 12px 12px;
  } */

  .px_fdx {
    font-size: 22px;
  }

  .px_fnh {
    font-size: 16px;
  }

  .swj_mcuz h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .ad_cont {
    padding-top: 12px;
  }

  .swj_mcuz p,
  .sztitle {
    font-size: 14px;
  }

  .sztitle {
    padding: 0px;
  }

  /* .hrtxt {
    padding: 0 12px;
  } */

  .mt_xwbx {
    margin-bottom: 10px;
  }

  .cxpic {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
  }

  .pro_btbx {
    height: 56px;
    bottom: 12px;
  }

  .sp_xsct {
    margin-bottom: 75px;
  }

  .fbhx {
    width: 35%;
    height: 56px;
  }

  .fbhx li svg {
    width: 24px;
  }

  .mt_xrht ul {
    padding-top: 0;
  }

  .swj_ctifn {
    font-size: 16px;
    margin-top: 10px;
  }

  .swj_lxrow li label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }

  .ad_wbyj,
  .frt_zhkw {
    width: 98%;
  }

  /* section.swj_gykx {
    margin-top: 4px;
  } */

  /* .swj_gytxt {
    padding: 2px;
  } */

  /* .m-idxad {
    margin-top: 12px;
    margin-bottom: 68px;
  } */

  .swj_card {
    flex-direction: column;
  }

  .swj_card li {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .swj_mtil {
    padding: 0;
  }

  .swj_cglq {
    margin-bottom: 0;
    padding: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .swj_cglq li {
    margin-top: 10px;
  }

  .swj_cglq li.swf_qjk {
    margin-top: 0;
  }


  .swj_mtil {
    margin-top: 0;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .swj_colr {
    grid-template-columns: repeat(2, 1fr);
  }

  .wdpx,
  .ct_nkwt {
    padding: 12px;
  }

  .swj_ctrt {
    padding-bottom: 0px;
  }

  .swj_mtil h2 {
    margin-top: 10px;
  }

  header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-idxad .imgs-wrap .tabs {
    right: 10px;
  }

  .ad_cont {
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media (max-width: 450px) {

  .swj_xzk svg,
  .swj_xyk svg {
    width: 10px;
  }

  .breadcrumb {
    display: none;
  }

  .navbar-mobile ul li span {
    display: none;
  }

  .swj_mqrd {
    font-size: 11px;
  }

  .m-idxad .imgs-wrap .tab {
    width: 10px;
    height: 10px;
  }

  .swj_lgbx img {
    width: 33px;
  }

  .swj_nahk {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

  }

  .swj_nahk li:nth-child(1),
  .swj_nahk li:nth-child(3) {
    border-right: 0;
  }

  .swj_nahk li:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }

  .wdpx,
  .ct_nkwt {
    padding: 10px;
  }

  /* .swj_gykx {
    margin-top: 10px;
    margin-bottom: 63px;
  } */

  .yhpt {
    width: 20px;
  }

  .navbar-mobile li svg {
    width: 24px;
  }

  .tbig li {
    max-height: 300px;
  }

  .xzgm {
    height: 32px;
    line-height: 32px;
  }

  .swj_card li {
    width: 100%;
    margin-top: 12px;
    padding: 0;
  }

  .swj_htp h2 {
    font-size: 18px;
  }

  .swj_card li:first-child {
    margin-top: 0px;
  }

  .swj_card {
    margin: 0;
    padding-top: 0;
    flex-direction: column;
  }

  .swj_gytxt p {
    margin: 10px 0;
  }

  .ad_emjk {
    margin-top: 20px;
  }

  .xp_ustx {
    padding-right: 3px;
  }

  .xp_ustx a {
    display: none;
  }

  .xp_ustx img {
    margin-right: 0;
    width: 26px;
    height: 26px;
  }

  .swj_gypic img {
    width: 80%;
  }

  .swj_lxrow li span,
  .freight_table table,
  .sk_pg ul,
  .ad_ftbx,
  .ad_dtzk,
  .zmtxt {
    font-size: 12px;
  }

  .swj_lxtp,
  .swj_szbx li a h2,
  .swj_szbx li a p,
  .px_fnh {
    font-size: 14px;
  }

  .sk_yfx svg {
    width: 50%;
  }

  .hrtxt h2,
  .swj_mcuz h3,
  .zmfs {
    font-size: 16px;
  }

  .px_fdx {
    font-size: 20px;
  }

  .hrtxt ul li {
    margin-top: 10px;
    font-size: 12px;
  }

  .swj_mcuz h4 {
    margin-top: 10px;
  }

  .nbz {
    bottom: 15px;
    padding: 3px 10px;
    font-size: 12px;
  }

  .pr_h_tbx {
    width: 18px;
    height: 18px;
  }

  .pr_h_tbx svg {
    width: 16px;
    margin-top: 1px;
  }

  .jrsl {
    padding: 0 6px 0 0;
  }

  .form-item label {
    font-size: 14px;
    font-weight: normal;
  }

  .frm_btn button {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .ad_gtc button {
    font-size: 12px;
    padding-right: 2px;
    padding-left: 5px;
  }

  .swj_xgw span {
    padding: 5px 10px;
  }


  .frt_fbj {
    width: 20px;
  }

  .ad_ztkx {
    padding: 0;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
  }

  .ad_ztkx span.ad_zrt {
    justify-content: center;
    margin-top: 3px;
  }

  .ad_bycl svg {
    top: 13px;
  }

  .down svg {
    width: 16px;
  }

  .fbhx {
    width: 50%;
  }

  /* section {
    margin-bottom: 70px;
  } */

  .navbar-mobile,
  .pro_btbx,
  .xd_btm {
    bottom: 10px;
  }

  .m-idxad {
    margin-bottom: 64px;
  }

  .ad_lgkw a img {
    width: 32px;
  }

  .sp_xsct {
    margin-bottom: 70px;
    margin-top: 11px;
  }

  .jrsl input {
    padding: 6px 10px;
  }

  .swj_mtil h2 {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .navbar-mobile ul li svg {
    width: 20px;
  }

  .navbar-mobile li span {
    display: none;
  }

  .home_content_bt {
    margin-top: 50%;
  }

  .swj_tgsl h3 {
    padding: 0;
  }

  .swj_xzk svg,
  .swj_xyk svg {
    width: 8px;
  }

  .swj_rowk {
    padding: 5px;
  }

  .swj_rowk svg {
    width: 28px;
  }

  .swj_btn {
    width: 100%;
  }

  .swj_htp h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .swj_mtil h2 {
    font-size: 14px;
  }

  .swj_b_fk h3 {
    font-size: 16px;
  }

  .swj_rowk h3 {
    font-size: 13px;
  }

  .smle_wczk select {
    width: 100%;
  }

  .swj_szbx li a h2,
  .swj_szbx li a p {
    font-size: 12px;
  }

  .ad_lgwk {
    margin-top: 30px;
  }

  .swj_sk label {
    font-size: 13px;
  }

  .swj_sk input {
    padding: 7px;
  }

  .k_icon {
    width: 16px;
  }

  .swj_mtil h3 {
    font-size: 14px;
    font-weight: normal;
  }

  .swj_mtil span {
    font-size: 12px;
    margin-top: 3px;
  }

  .swj_sk_bx {
    margin-top: 0;
  }

  .sk_yfx,
  .sk_pg ul li {
    width: 24px;
    height: 24px;
  }

  .sk_pg ul li a {
    width: 24px;
  }

  .sk_pg ul li {
    line-height: 24px;
  }

  .ad_ewm {
    width: 80%;
    height: auto;
  }

  .swj_xzk,
  .swj_xyk {
    display: none;
  }

  .ad_title,
  .xzgm,
  .swj_lgtitel,
  .swj_atg h4,
  .swj_xgw span,
  .zmfs {
    font-size: 14px;
  }

  header {
    height: auto;
  }

  .frm_btn button {
    height: 30px;
    line-height: 30px;
  }

  .swj_zdtxt,
  .swj_b_fk ul,
  .smletp,
  .swj_rlqt li,
  .swj_atg p,
  .swj_ysk li {
    font-size: 12px;
  }

  .swj_atg p {
    line-height: 18px;
  }

  .jxbt li {
    flex-direction: column;
    align-items: flex-start;
  }

  .jxbt li span {
    margin-left: 0;
    margin-top: 7px;
  }

  span.qty_box {
    height: 24px;
  }

  .swj_nwbx {
    height: 46px;
  }

  .qx_dmcx li.sp_gxpj {
    flex-direction: column;
    align-items: flex-start;
  }

  span.promot_perd {
    margin-left: 0;
    margin-top: 7px;
  }

  .m-idxad {
    margin-bottom: 60px;
  }

  .px_fnh {
    padding-left: 0;
    margin-top: 7px;
  }

  /* .navbar-mobile,
  .pro_btbx,
  .fbhx {
    height: 48px;
  } */

  li.order.quantity.xd_nbk {
    padding-top: 0px;
  }

  .ad_wbyj,
  .frt_zhkw {
    padding: 15px 10px 15px 15px;
  }

  /* .swj_gykx {
    margin-bottom: 58px;
  } */

  footer {
    font-size: 12px;
  }

  .ad_gtc {
    font-size: 11px;
    right: 3px;
    padding-left: 7px;
  }

  .ad_bycl {
    width: 14px;
  }

}

p.note,
p.error.fb {
  color: red;
  display: inline-block;
  margin-top: 20px;
  background: orange;
  color: white;
  padding: 6px 8px;
  border-radius: 4px;
}

/* 
p.error.fb {
    display: inline-flex;
    padding: 8px 6px;
    background: #e99156;
    color: white;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
    border-radius: 4px;
} */

/* #msg {
  background: orange;
  padding: 8px 10px;
  margin-top: 12px;
  color: white;
  border-radius: 4px;
} */
#feedback {
  background: orange;
  padding: 8px;
  border-radius: 4px;
  margin-top: 12px;
  color: white;
}
