@import url(iconfont/iconfont.css);
@font-face {
  font-family: AlibabaSans;
  src: url(font/AlibabaSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: AlibabaSans-Medium;
  src: url(font/AlibabaSans-Medium.ttf);
  font-weight: 500;
}
.Medium {
  font-family: AlibabaSans-Medium;
}
@font-face {
  font-family: AlibabaSans-Bold;
  src: url(font/AlibabaSans-Bold.ttf);
  font-weight: 600;
}
.Bold {
  font-family: AlibabaSans-Bold;
}
@font-face {
  font-family: AlibabaSans-Heavy;
  src: url(font/AlibabaSans-Heavy.ttf);
  font-weight: 700;
}
.Heavy {
  font-family: AlibabaSans-Heavy;
}
@font-face {
  font-family: AlibabaSans-Black;
  src: url(font/AlibabaSans-Black.ttf);
  font-weight: 800;
}
.Black {
  font-family: AlibabaSans-Black;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #366145;
  --headerHeight: 0.96rem;
  --container: 16rem;
  --cm: calc((100vw - var(--container)) / 2);
}
.iconfont {
  font-size: 0.16rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 0.16rem/1.73 AlibabaSans, Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: AlibabaSans-Bold;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #000;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: AlibabaSans, Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 0.15rem;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #cdcdcd;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 多行文本省略 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dh_text4 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dh_text5 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
}
/* 分页器 */
.pages,
.pagination {
  margin: 0.64rem auto;
  display: flex;
  justify-content: center;
}
.pages a,
.pagination a,
.pages span,
.pagination span {
  display: block;
  width: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-family: AlibabaSans-Medium;
  border-radius: 0.06rem;
  background: #f6f6f6;
  transition: all 0.3s;
}
.pages a + a,
.pagination a + a,
.pages span + a,
.pagination span + a,
.pages a + span,
.pagination a + span,
.pages span + span,
.pagination span + span,
.pages li + li,
.pagination li + li {
  margin-left: 0.08rem;
}

.pages a:hover,
.pagination a:hover,
.pages a.active,
.pagination a.active,
.pages li.active span,
.pagination li.active span,
.pages li.active a,
.pagination li.active a {
  background: #000000;
  color: white;
}

.pages li.disabled,
.pagination li.disabled{
    opacity: 0.5;
}

.pages li + li,
.pagination li + li {
  margin-left: 0.08rem;
}
/* 手机 */
.moblie {
  display: none;
}
.fs-12 {
  font-size: 0.12rem;
}
.fs-13 {
  font-size: 0.13rem;
}
.fs-14 {
  font-size: 0.14rem;
}
.fs-15 {
  font-size: 0.15rem;
}
.fs-16 {
  font-size: 0.16rem;
}
.fs-17 {
  font-size: 0.17rem;
}
.fs-18 {
  font-size: 0.18rem;
}
.fs-19 {
  font-size: 0.19rem;
}
.fs-20 {
  font-size: 0.2rem;
}
.fs-21 {
  font-size: 0.21rem;
}
.fs-22 {
  font-size: 0.22rem;
}
.fs-23 {
  font-size: 0.23rem;
}
.fs-24 {
  font-size: 0.24rem;
}
.fs-25 {
  font-size: 0.25rem;
}
.fs-26 {
  font-size: 0.26rem;
}
.fs-27 {
  font-size: 0.27rem;
}
.fs-28 {
  font-size: 0.28rem;
}
.fs-29 {
  font-size: 0.29rem;
}
.fs-30 {
  font-size: 0.3rem;
}
.fs-31 {
  font-size: 0.31rem;
}
.fs-32 {
  font-size: 0.32rem;
}
.fs-33 {
  font-size: 0.33rem;
}
.fs-34 {
  font-size: 0.34rem;
}
.fs-35 {
  font-size: 0.35rem;
}
.fs-36 {
  font-size: 0.36rem;
}
.fs-37 {
  font-size: 0.37rem;
}
.fs-38 {
  font-size: 0.38rem;
}
.fs-39 {
  font-size: 0.39rem;
}
.fs-40 {
  font-size: 0.4rem;
}
.fs-41 {
  font-size: 0.41rem;
}
.fs-42 {
  font-size: 0.42rem;
}
.fs-43 {
  font-size: 0.43rem;
}
.fs-44 {
  font-size: 0.44rem;
}
.fs-45 {
  font-size: 0.45rem;
}
.fs-46 {
  font-size: 0.46rem;
}
.fs-47 {
  font-size: 0.47rem;
}
.fs-48 {
  font-size: 0.48rem;
}
.fs-49 {
  font-size: 0.49rem;
}
.fs-50 {
  font-size: 0.5rem;
}
.fs-51 {
  font-size: 0.51rem;
}
.fs-52 {
  font-size: 0.52rem;
}
.fs-53 {
  font-size: 0.53rem;
}
.fs-54 {
  font-size: 0.54rem;
}
.fs-55 {
  font-size: 0.55rem;
}
.fs-56 {
  font-size: 0.56rem;
}
.fs-57 {
  font-size: 0.57rem;
}
.fs-58 {
  font-size: 0.58rem;
}
.fs-59 {
  font-size: 0.59rem;
}
.fs-60 {
  font-size: 0.6rem;
}
.fs-61 {
  font-size: 0.61rem;
}
.fs-62 {
  font-size: 0.62rem;
}
.fs-63 {
  font-size: 0.63rem;
}
.fs-64 {
  font-size: 0.64rem;
}
.fs-65 {
  font-size: 0.65rem;
}
.fs-66 {
  font-size: 0.66rem;
}
.fs-67 {
  font-size: 0.67rem;
}
.fs-68 {
  font-size: 0.68rem;
}
.fs-69 {
  font-size: 0.69rem;
}
.fs-70 {
  font-size: 0.7rem;
}
.fs-71 {
  font-size: 0.71rem;
}
.fs-72 {
  font-size: 0.72rem;
}
.fs-73 {
  font-size: 0.73rem;
}
.fs-74 {
  font-size: 0.74rem;
}
.fs-75 {
  font-size: 0.75rem;
}
.fs-76 {
  font-size: 0.76rem;
}
.fs-77 {
  font-size: 0.77rem;
}
.fs-78 {
  font-size: 0.78rem;
}
.fs-79 {
  font-size: 0.79rem;
}
.fs-80 {
  font-size: 0.8rem;
}
.fs-81 {
  font-size: 0.81rem;
}
.fs-82 {
  font-size: 0.82rem;
}
.fs-83 {
  font-size: 0.83rem;
}
.fs-84 {
  font-size: 0.84rem;
}
.fs-85 {
  font-size: 0.85rem;
}
.fs-86 {
  font-size: 0.86rem;
}
.fs-87 {
  font-size: 0.87rem;
}
.fs-88 {
  font-size: 0.88rem;
}
.fs-89 {
  font-size: 0.89rem;
}
.fs-90 {
  font-size: 0.9rem;
}
.fs-91 {
  font-size: 0.91rem;
}
.fs-92 {
  font-size: 0.92rem;
}
.fs-93 {
  font-size: 0.93rem;
}
.fs-94 {
  font-size: 0.94rem;
}
.fs-95 {
  font-size: 0.95rem;
}
.fs-96 {
  font-size: 0.96rem;
}
.fs-97 {
  font-size: 0.97rem;
}
.fs-98 {
  font-size: 0.98rem;
}
.fs-99 {
  font-size: 0.99rem;
}
.fs-100 {
  font-size: 1rem;
}
.fs-101 {
  font-size: 1.01rem;
}
.fs-102 {
  font-size: 1.02rem;
}
.fs-103 {
  font-size: 1.03rem;
}
.fs-104 {
  font-size: 1.04rem;
}
.fs-105 {
  font-size: 1.05rem;
}
.fs-106 {
  font-size: 1.06rem;
}
.fs-107 {
  font-size: 1.07rem;
}
.fs-108 {
  font-size: 1.08rem;
}
.fs-109 {
  font-size: 1.09rem;
}
.fs-110 {
  font-size: 1.1rem;
}
.fs-111 {
  font-size: 1.11rem;
}
.fs-112 {
  font-size: 1.12rem;
}
.fs-113 {
  font-size: 1.13rem;
}
.fs-114 {
  font-size: 1.14rem;
}
.fs-115 {
  font-size: 1.15rem;
}
.fs-116 {
  font-size: 1.16rem;
}
.fs-117 {
  font-size: 1.17rem;
}
.fs-118 {
  font-size: 1.18rem;
}
.fs-119 {
  font-size: 1.19rem;
}
.fs-120 {
  font-size: 1.2rem;
}
.fs-121 {
  font-size: 1.21rem;
}
.fs-122 {
  font-size: 1.22rem;
}
.fs-123 {
  font-size: 1.23rem;
}
.fs-124 {
  font-size: 1.24rem;
}
.fs-125 {
  font-size: 1.25rem;
}
.fs-126 {
  font-size: 1.26rem;
}
.fs-127 {
  font-size: 1.27rem;
}
.fs-128 {
  font-size: 1.28rem;
}
.fs-129 {
  font-size: 1.29rem;
}
.fs-130 {
  font-size: 1.3rem;
}
.fs-131 {
  font-size: 1.31rem;
}
.fs-132 {
  font-size: 1.32rem;
}
.fs-133 {
  font-size: 1.33rem;
}
.fs-134 {
  font-size: 1.34rem;
}
.fs-135 {
  font-size: 1.35rem;
}
.fs-136 {
  font-size: 1.36rem;
}
.fs-137 {
  font-size: 1.37rem;
}
.fs-138 {
  font-size: 1.38rem;
}
.fs-139 {
  font-size: 1.39rem;
}
.fs-140 {
  font-size: 1.4rem;
}
.fs-141 {
  font-size: 1.41rem;
}
.fs-142 {
  font-size: 1.42rem;
}
.fs-143 {
  font-size: 1.43rem;
}
.fs-144 {
  font-size: 1.44rem;
}
.fs-145 {
  font-size: 1.45rem;
}
.fs-146 {
  font-size: 1.46rem;
}
.fs-147 {
  font-size: 1.47rem;
}
.fs-148 {
  font-size: 1.48rem;
}
.fs-149 {
  font-size: 1.49rem;
}
.fs-150 {
  font-size: 1.5rem;
}
.fs-151 {
  font-size: 1.51rem;
}
.fs-152 {
  font-size: 1.52rem;
}
.fs-153 {
  font-size: 1.53rem;
}
.fs-154 {
  font-size: 1.54rem;
}
.fs-155 {
  font-size: 1.55rem;
}
.fs-156 {
  font-size: 1.56rem;
}
.fs-157 {
  font-size: 1.57rem;
}
.fs-158 {
  font-size: 1.58rem;
}
.fs-159 {
  font-size: 1.59rem;
}
.fs-160 {
  font-size: 1.6rem;
}
.fs-161 {
  font-size: 1.61rem;
}
.fs-162 {
  font-size: 1.62rem;
}
.fs-163 {
  font-size: 1.63rem;
}
.fs-164 {
  font-size: 1.64rem;
}
.fs-165 {
  font-size: 1.65rem;
}
.fs-166 {
  font-size: 1.66rem;
}
.fs-167 {
  font-size: 1.67rem;
}
.fs-168 {
  font-size: 1.68rem;
}
.fs-169 {
  font-size: 1.69rem;
}
.fs-170 {
  font-size: 1.7rem;
}
.fs-171 {
  font-size: 1.71rem;
}
.fs-172 {
  font-size: 1.72rem;
}
.fs-173 {
  font-size: 1.73rem;
}
.fs-174 {
  font-size: 1.74rem;
}
.fs-175 {
  font-size: 1.75rem;
}
.fs-176 {
  font-size: 1.76rem;
}
.fs-177 {
  font-size: 1.77rem;
}
.fs-178 {
  font-size: 1.78rem;
}
.fs-179 {
  font-size: 1.79rem;
}
.fs-180 {
  font-size: 1.8rem;
}
.fs-181 {
  font-size: 1.81rem;
}
.fs-182 {
  font-size: 1.82rem;
}
.fs-183 {
  font-size: 1.83rem;
}
.fs-184 {
  font-size: 1.84rem;
}
.fs-185 {
  font-size: 1.85rem;
}
.fs-186 {
  font-size: 1.86rem;
}
.fs-187 {
  font-size: 1.87rem;
}
.fs-188 {
  font-size: 1.88rem;
}
.fs-189 {
  font-size: 1.89rem;
}
.fs-190 {
  font-size: 1.9rem;
}
.fs-191 {
  font-size: 1.91rem;
}
.fs-192 {
  font-size: 1.92rem;
}
.fs-193 {
  font-size: 1.93rem;
}
.fs-194 {
  font-size: 1.94rem;
}
.fs-195 {
  font-size: 1.95rem;
}
.fs-196 {
  font-size: 1.96rem;
}
.fs-197 {
  font-size: 1.97rem;
}
.fs-198 {
  font-size: 1.98rem;
}
.fs-199 {
  font-size: 1.99rem;
}
.fs-200 {
  font-size: 2rem;
}
.fs-201 {
  font-size: 2.01rem;
}
.fs-202 {
  font-size: 2.02rem;
}
.fs-203 {
  font-size: 2.03rem;
}
.fs-204 {
  font-size: 2.04rem;
}
.fs-205 {
  font-size: 2.05rem;
}
.fs-206 {
  font-size: 2.06rem;
}
.fs-207 {
  font-size: 2.07rem;
}
.fs-208 {
  font-size: 2.08rem;
}
.fs-209 {
  font-size: 2.09rem;
}
/* 遍历动画延迟 */
/* 生成固定比例的图片元素 div.img>img */
.header {
  width: 100vw;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999999999;
}
.header .top {
  line-height: 0.3rem;
  background-color: black;
  color: white;
  text-align: center;
  position: relative;
}
.header .top a {
  color: white;
  text-decoration: underline;
  font-family: AlibabaSans-Medium;
}
.header .top .iconfont {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: var(--headerHeight);
}
.header > .container .logo {
  width: 1.06rem;
}
.header > .container .logo img {
  width: 100%;
}
.header > .container .menu {
  display: flex;
}
.header > .container .menu li > a {
  display: block;
  transition: all 0.3s, font-size 0s;
  color: #000;
  font-family: AlibabaSans-Bold;
  position: relative;
}
.header > .container .menu li > a::before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: var(--themeColor);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.header > .container .menu li > a:hover,
.header > .container .menu li > a.active {
  color: var(--themeColor);
}
.header > .container .menu li > a:hover::before,
.header > .container .menu li > a.active::before {
  right: auto;
  left: 0;
  width: 100%;
}
.header > .container .menu li + li {
  margin-left: 0.6rem;
}
.header > .container .menu li .childs {
  display: none;
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid rgba(170, 175, 180, 0.3);
  background-color: white;
  box-shadow: 0 0.1rem 0.1rem rgba(170, 175, 180, 0.3);
  padding: 0.2rem 0;
}
.header > .container .menu li .childs .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.4rem;
}
.header > .container .menu li .childs .container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--themeColor);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.header > .container .menu li .childs .container a img {
  width: 1.36rem;
  height: 1.36rem;
  object-fit: contain;
  padding: 0.15rem;
}
.header > .container .right {
  display: flex;
  align-items: center;
}
.header > .container .right .search_box {
  width: 6.2rem;
  display: flex;
  align-items: center;
  line-height: 0.48rem;
  background: #f0f0f0;
  border-radius: 0.62rem;
  padding: 0 0.25rem;
}
.header > .container .right .search_box input {
  /*flex: 1;*/
  width: calc(5.7rem - 1em);
}

.header > .container .right .search_box a{
    width: 1em;
}

.header > .container .right .menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
}
.header > .container .right .menu_btn span,
.header > .container .right .menu_btn::after,
.header > .container .right .menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header > .container .right .menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header > .container .right .menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header > .container .right .menu_btn span {
  top: 50%;
}
.header > .container .right .menu_btn.active span {
  opacity: 0;
}
.header > .container .right .menu_btn.active::after {
  transform: rotate(-46deg);
}
.header > .container .right .menu_btn.active::before {
  transform: rotate(46deg);
}
.header > .container .right .menu_btn.active + ul {
  left: 0;
}
.header.active {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
}
.footer {
  background-color: #000000;
  margin-top: 1.9rem;
}
.footer .feel {
  background: #366145;
  border-radius: 0.2rem;
  padding: 0.36rem;
  transform: translateY(-0.64rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .feel .left {
  color: white;
  font-family: AlibabaSans-Heavy;
  line-height: 1.2;
}
.footer .feel .form {
  width: 3.5rem;
}
.footer .feel .form .input {
  display: flex;
  align-items: center;
  line-height: 0.48rem;
  background: #ffffff;
  border-radius: 0.62rem;
  padding: 0 0.15rem;
}
.footer .feel .form .input .iconfont {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 0.1rem;
}
.footer .feel .form .input input {
  flex: 1;
}
.footer .feel .form button {
  margin-top: 0.14rem;
  background: #ffffff;
  border-radius: 0.62rem;
  display: block;
  line-height: 0.48rem;
  width: 100%;
  cursor: pointer;
}
.footer .mianss {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.63rem;
}
.footer .mianss .left .logo {
  width: 1rem;
}
.footer .mianss .left p {
  width: 2rem;
  margin: 0.35rem 0;
  color: white;
}
.footer .mianss .left ul {
  display: flex;
}
.footer .mianss .left ul li {
  width: 0.4rem;
  height: 0.4rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.footer .mianss .left ul a + a{
    margin-left: 5px;
}

.footer .mianss .left ul li + .iconfont {
  margin-left: 0.16rem;
}
.footer .mianss .left ul li:hover {
  background-color: var(--themeColor);
  color: white;
}
.footer .mianss .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .mianss .right .links {
  display: flex;
}
.footer .mianss .right .links a {
  color: white;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.footer .mianss .right .links a + a {
  margin-left: 0.8rem;
}
.footer .mianss .right .pptu {
  color: rgba(250, 250, 250, 0.69);
}
.footer .mianss .right .pptu a {
  color: rgba(250, 250, 250, 0.69);
}
.home .banner {
  position: relative;
}
.home .banner .swiper {
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
}
.home .banner .swiper .pagi {
  position: absolute;
  left: 0.9rem;
  bottom: 0.34rem;
  z-index: 9;
}
.home .banner .swiper .pagi .swiper-pagination-bullet {
  opacity: 1;
  background-color: white;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.07rem;
  transition: width 0.3s;
}
.home .banner .swiper .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.24rem;
}
.home .banner .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-color: var(--themeColor);
  width: 0.86rem;
  line-height: 0.78rem;
  color: white;
  text-align: center;
  border: 0.04rem solid white;
  border-radius: 50%;
  cursor: pointer;
}
.home .banner .iconfont.icon-left {
  left: -0.43rem;
}
.home .banner .iconfont.icon-right {
  right: -0.43rem;
}
.home .inter {
  overflow: hidden;
  margin: 0.5rem auto 1rem;
}
.home .inter .swiper-slide {
  position: relative;
}
.home .inter .swiper-slide .text {
  position: absolute;
  bottom: 0.23rem;
  left: 0.2rem;
}
.home .inter .swiper-slide .text h4 {
  width: 80%;
  font-weight: bold;
  color: white;
}
.home .inter .swiper-slide .text span {
  font-weight: 500;
  color: white;
  text-decoration: underline;
}
.home .inter .pagi {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.home .inter .pagi .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d9d9d9;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.07rem;
  transition: width 0.3s;
}
.home .inter .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.24rem;
  background-color: var(--themeColor);
}
.home .category h2 {
  text-align: center;
}
.home .category h2 span {
  color: var(--themeColor);
}
.home .category .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem 0.4rem;
  margin-top: 0.5rem;
}
.home .category .grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home .category .grid a div{
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.25rem;
  border-radius: 50%;
  background: #f5f5f5;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
  border: 0.01rem solid #f5f5f5;
  overflow: hidden;
}

.home .category .grid a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home .category .grid a span {
  color: #333333;
  font-family: AlibabaSans-Medium;
  text-align: center;
}
.home .category .grid a:hover div {
  border-color: var(--themeColor);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 1px 10px 10px 0px rgba(0, 0, 0, 0.04), 2px 22px 13px 0px rgba(0, 0, 0, 0.03), 4px 40px 16px 0px rgba(0, 0, 0, 0.01), 6px 62px 17px 0px rgba(0, 0, 0, 0);
}
.home .category .grid > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .category .grid > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .category .grid > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .category .grid > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .category .grid > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .category .grid > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .category .grid > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .category .grid > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .category .grid > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .category .grid > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .category .grid > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .category .grid > *:nth-child(12) {
  animation-delay: 1.56s;
}
/*.home .category .grid > *:nth-child(13) {*/
/*  animation-delay: 1.69s;*/
/*}*/
/*.home .category .grid > *:nth-child(14) {*/
/*  animation-delay: 1.82s;*/
/*}*/
/*.home .category .grid > *:nth-child(15) {*/
/*  animation-delay: 1.95s;*/
/*}*/
/*.home .category .grid > *:nth-child(16) {*/
/*  animation-delay: 2.08s;*/
/*}*/
/*.home .category .grid > *:nth-child(17) {*/
/*  animation-delay: 2.21s;*/
/*}*/
/*.home .category .grid > *:nth-child(18) {*/
/*  animation-delay: 2.34s;*/
/*}*/
/*.home .category .grid > *:nth-child(19) {*/
/*  animation-delay: 2.47s;*/
/*}*/
/*.home .category .grid > *:nth-child(20) {*/
/*  animation-delay: 2.6s;*/
/*}*/
/*.home .category .grid > *:nth-child(21) {*/
/*  animation-delay: 2.73s;*/
/*}*/
/*.home .category .grid > *:nth-child(22) {*/
/*  animation-delay: 2.86s;*/
/*}*/
/*.home .category .grid > *:nth-child(23) {*/
/*  animation-delay: 2.99s;*/
/*}*/
/*.home .category .grid > *:nth-child(24) {*/
/*  animation-delay: 3.12s;*/
/*}*/
/*.home .category .grid > *:nth-child(25) {*/
/*  animation-delay: 3.25s;*/
/*}*/
/*.home .category .grid > *:nth-child(26) {*/
/*  animation-delay: 3.38s;*/
/*}*/
/*.home .category .grid > *:nth-child(27) {*/
/*  animation-delay: 3.51s;*/
/*}*/
/*.home .category .grid > *:nth-child(28) {*/
/*  animation-delay: 3.64s;*/
/*}*/
/*.home .category .grid > *:nth-child(29) {*/
/*  animation-delay: 3.77s;*/
/*}*/
.home .category > a {
  width: max-content;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 0.5rem;
  padding: 0 0.8rem;
  border-radius: 0.62rem;
  margin: 0.6rem auto;
  transition: all 0.3s;
}
.home .category > a:hover {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: white;
}
.home .gris {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0.3rem;
  height: 6rem;
}
.home .gris .item {
  background-color: black;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.home .gris .item img {
  position: absolute;
  width: 80%;
  bottom: 10%;
  right: 5%;
}
.home .gris .item .text {
  color: white;
  position: absolute;
  left: 0.32rem;
  bottom: 0.32rem;
}
.home .gris .item .text h4,
.home .gris .item .text p {
  width: 50%;
}

.home .gris .item .text p {
  margin: 0.16rem 0;
}
.home .gris .item .text span {
  font-family: AlibabaSans-Medium;
  color: white;
  text-decoration: underline;
}
.home .gris .item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.home .gris .item:first-child img {
  width: auto;
  height: 80%;
}
.home .gris .item:first-child .text h4,
.home .gris .item:first-child .text p {
  width: 100%;
}
.home .gris .item:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 6;
}
.home .gris .item:nth-child(2) img {
  width: 40%;
}
.home .gris .item:nth-child(2) .text h4,
.home .gris .item:nth-child(2) .text p {
  width: 130%;
}

.home .gris .item:nth-child(3) .text h4,
.home .gris .item:nth-child(3) .text p,
.home .gris .item:nth-child(4) .text h4,
.home .gris .item:nth-child(4) .text p,
.home .gris .item:nth-child(5) .text h4,
.home .gris .item:nth-child(5) .text p{
  width: 80%;
}

.home .gris > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .gris > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .gris > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .gris > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .gris > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .gris > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .gris > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .gris > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .gris > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .gris > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .gris > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .gris > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .gris > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .gris > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .gris > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .gris > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .gris > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .gris > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .gris > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .gris > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .gris > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .gris > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .gris > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .gris > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .gris > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .gris > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .gris > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .gris > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .gris > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .selling {
  margin: 1rem auto;
}
.home .selling h2 {
  text-align: center;
}
.home .selling h2 span {
  color: var(--themeColor);
}
.home .selling .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.6rem 0.3rem;
  margin-top: 0.5rem;
}
.home .selling .grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home .selling .grid a img {
  width: 100%;
  height: 2.4rem;
  object-fit: contain;
  padding: 0.25rem;
  background: #f5f5f5;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
  border: 0.01rem solid #f5f5f5;
}
.home .selling .grid a p {
  width: 100%;
  line-height: 0.4rem;
  position: absolute;
  top: 2rem;
  left: 0;
  background-color: var(--themeColor);
  color: white;
  text-align: center;
  font-family: AlibabaSans-Medium;
  opacity: 0;
  transition: all 0.3s;
}
.home .selling .grid a span {
  color: #333333;
  font-family: AlibabaSans-Medium;
  text-align: center;
}
.home .selling .grid a:hover p {
  opacity: 1;
}
.home .selling .grid > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .selling .grid > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .selling .grid > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .selling .grid > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .selling .grid > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .selling .grid > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .selling .grid > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .selling .grid > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .selling .grid > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .selling .grid > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .selling .grid > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .selling .grid > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .selling .grid > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .selling .grid > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .selling .grid > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .selling .grid > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .selling .grid > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .selling .grid > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .selling .grid > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .selling .grid > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .selling .grid > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .selling .grid > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .selling .grid > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .selling .grid > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .selling .grid > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .selling .grid > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .selling .grid > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .selling .grid > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .selling .grid > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 面包屑 */
.navoo {
  margin: 0.44rem 0 0.68rem;
  display: flex;
  align-items: center;
  font-family: AlibabaSans-Medium;
}
.navoo i,
.navoo a {
  color: #a4a4a4;
}
.navoo i {
  margin: 0 0.1rem;
}
.navoo span {
  color: #000;
}
/* banner */
.banners {
  position: relative;
}
.banners .text {
  width: 40%;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.banners .text h2,
.banners .text p {
  line-height: 1.3;
}
.product .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  margin-top: 0.5rem;
}
.product .list a .text {
  margin-top: 0.15rem;
}
.product .list a .text h3 {
  color: #000000;
  font-family: AlibabaSans-Medium;
}
.product .list a .text .iconfont {
  width: max-content;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  color: var(--themeColor);
  font-family: AlibabaSans-Medium;
}
.product .list a .text p {
  color: #666666;
}
.product .list > *:nth-child(1) {
  animation-delay: 0.13s;
}
.product .list > *:nth-child(2) {
  animation-delay: 0.26s;
}
.product .list > *:nth-child(3) {
  animation-delay: 0.39s;
}
.product .list > *:nth-child(4) {
  animation-delay: 0.52s;
}
.product .list > *:nth-child(5) {
  animation-delay: 0.65s;
}
.product .list > *:nth-child(6) {
  animation-delay: 0.78s;
}
.product .list > *:nth-child(7) {
  animation-delay: 0.91s;
}
.product .list > *:nth-child(8) {
  animation-delay: 1.04s;
}
.product .list > *:nth-child(9) {
  animation-delay: 1.17s;
}
.product .list > *:nth-child(10) {
  animation-delay: 1.3s;
}
.product .list > *:nth-child(11) {
  animation-delay: 1.43s;
}
.product .list > *:nth-child(12) {
  animation-delay: 1.56s;
}
.product .list > *:nth-child(13) {
  animation-delay: 1.69s;
}
.product .list > *:nth-child(14) {
  animation-delay: 1.82s;
}
.product .list > *:nth-child(15) {
  animation-delay: 1.95s;
}
.product .list > *:nth-child(16) {
  animation-delay: 2.08s;
}
.product .list > *:nth-child(17) {
  animation-delay: 2.21s;
}
.product .list > *:nth-child(18) {
  animation-delay: 2.34s;
}
.product .list > *:nth-child(19) {
  animation-delay: 2.47s;
}
.product .list > *:nth-child(20) {
  animation-delay: 2.6s;
}
.product .list > *:nth-child(21) {
  animation-delay: 2.73s;
}
.product .list > *:nth-child(22) {
  animation-delay: 2.86s;
}
.product .list > *:nth-child(23) {
  animation-delay: 2.99s;
}
.product .list > *:nth-child(24) {
  animation-delay: 3.12s;
}
.product .list > *:nth-child(25) {
  animation-delay: 3.25s;
}
.product .list > *:nth-child(26) {
  animation-delay: 3.38s;
}
.product .list > *:nth-child(27) {
  animation-delay: 3.51s;
}
.product .list > *:nth-child(28) {
  animation-delay: 3.64s;
}
.product .list > *:nth-child(29) {
  animation-delay: 3.77s;
}
.product2 .text {
  margin: 0.7rem auto;
}
.product2 .text h3 {
  font-family: AlibabaSans-Medium;
  font-weight: 500;
}
.product2 .text p {
  color: #666;
  line-height: 1.3;
  margin-top: 0.14rem;
}
.product2 .topss {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product2 .topss .left {
  color: #6c6c6c;
  font-family: AlibabaSans-Medium;
}
.product2 .topss .left span {
  color: #000;
}
.product2 .topss .sear {
  display: flex;
  line-height: 0.48rem;
}
.product2 .topss .sear .input {
  background: #fafafa;
  border-radius: 0.2rem;
  display: flex;
  width: 3.77rem;
  margin-right: 0.1rem;
  padding: 0 0.15rem;
}
.product2 .topss .sear .input input {
  flex: 1;
  line-height: 2;
}
.product2 .topss .sear .input .iconfont {
  margin-right: 0.1rem;
  color: #171717;
}
.product2 .topss .sear > .iconfont {
  width: 0.48rem;
  line-height: 0.48rem;
  background-color: var(--themeColor);
  color: white;
  border-radius: 50%;
  text-align: center;
}
.product2 .cloose {
  border: 1px solid #e5e5e5;
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.42rem;
}
.product2 .cloose .left {
  font-family: AlibabaSans-Medium;
}
.product2 .cloose .right {
  display: flex;
}
.product2 .cloose .right .item {
  width: 1.8rem;
  height: 100%;
  border: 2px solid #e4e9ee;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.23rem 0;
  cursor: pointer;
}
.product2 .cloose .right .item img {
  width: 0.85rem;
  margin-bottom: 0.1rem;
}
.product2 .cloose .right .item + .item {
  margin-left: 0.7rem;
}
.product2 .cloose .right .item.active,
.product2 .cloose .right .item:hover {
  border-color: var(--themeColor);
  color: var(--themeColor);
}
.product2 .cloose .right > *:nth-child(1) {
  animation-delay: 0.13s;
}
.product2 .cloose .right > *:nth-child(2) {
  animation-delay: 0.26s;
}
.product2 .cloose .right > *:nth-child(3) {
  animation-delay: 0.39s;
}
.product2 .cloose .right > *:nth-child(4) {
  animation-delay: 0.52s;
}
.product2 .cloose .right > *:nth-child(5) {
  animation-delay: 0.65s;
}
.product2 .cloose .right > *:nth-child(6) {
  animation-delay: 0.78s;
}
.product2 .cloose .right > *:nth-child(7) {
  animation-delay: 0.91s;
}
.product2 .cloose .right > *:nth-child(8) {
  animation-delay: 1.04s;
}
.product2 .cloose .right > *:nth-child(9) {
  animation-delay: 1.17s;
}
.product2 .cloose .right > *:nth-child(10) {
  animation-delay: 1.3s;
}
.product2 .cloose .right > *:nth-child(11) {
  animation-delay: 1.43s;
}
.product2 .cloose .right > *:nth-child(12) {
  animation-delay: 1.56s;
}
.product2 .cloose .right > *:nth-child(13) {
  animation-delay: 1.69s;
}
.product2 .cloose .right > *:nth-child(14) {
  animation-delay: 1.82s;
}
.product2 .cloose .right > *:nth-child(15) {
  animation-delay: 1.95s;
}
.product2 .cloose .right > *:nth-child(16) {
  animation-delay: 2.08s;
}
.product2 .cloose .right > *:nth-child(17) {
  animation-delay: 2.21s;
}
.product2 .cloose .right > *:nth-child(18) {
  animation-delay: 2.34s;
}
.product2 .cloose .right > *:nth-child(19) {
  animation-delay: 2.47s;
}
.product2 .cloose .right > *:nth-child(20) {
  animation-delay: 2.6s;
}
.product2 .cloose .right > *:nth-child(21) {
  animation-delay: 2.73s;
}
.product2 .cloose .right > *:nth-child(22) {
  animation-delay: 2.86s;
}
.product2 .cloose .right > *:nth-child(23) {
  animation-delay: 2.99s;
}
.product2 .cloose .right > *:nth-child(24) {
  animation-delay: 3.12s;
}
.product2 .cloose .right > *:nth-child(25) {
  animation-delay: 3.25s;
}
.product2 .cloose .right > *:nth-child(26) {
  animation-delay: 3.38s;
}
.product2 .cloose .right > *:nth-child(27) {
  animation-delay: 3.51s;
}
.product2 .cloose .right > *:nth-child(28) {
  animation-delay: 3.64s;
}
.product2 .cloose .right > *:nth-child(29) {
  animation-delay: 3.77s;
}
.product2 .list {
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.42rem;
}
.product2 .list a {
  background: #f7f7f7;
  border-radius: 0.09rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.34rem 0;
  justify-content: space-between;
}
.product2 .list a img {
  width: 1.6rem;
}
.product2 .list a p {
  margin: 0.36rem 0 0.44rem;
  font-family: AlibabaSans-Medium;
}
.product2 .list a span {
  line-height: 0.46rem;
  border: 1px solid var(--themeColor);
  padding: 0 0.64rem;
  color: var(--themeColor);
  border-radius: 0.08rem;
  font-family: AlibabaSans-Medium;
}
.product2 .list a span:hover {
  background-color: var(--themeColor);
  color: #ffffff;
}
.product2 .list > *:nth-child(1) {
  animation-delay: 0.13s;
}
.product2 .list > *:nth-child(2) {
  animation-delay: 0.26s;
}
.product2 .list > *:nth-child(3) {
  animation-delay: 0.39s;
}
.product2 .list > *:nth-child(4) {
  animation-delay: 0.52s;
}
.product2 .list > *:nth-child(5) {
  animation-delay: 0.65s;
}
.product2 .list > *:nth-child(6) {
  animation-delay: 0.78s;
}
.product2 .list > *:nth-child(7) {
  animation-delay: 0.91s;
}
.product2 .list > *:nth-child(8) {
  animation-delay: 1.04s;
}
.product2 .list > *:nth-child(9) {
  animation-delay: 1.17s;
}
.product2 .list > *:nth-child(10) {
  animation-delay: 1.3s;
}
.product2 .list > *:nth-child(11) {
  animation-delay: 1.43s;
}
.product2 .list > *:nth-child(12) {
  animation-delay: 1.56s;
}
.product2 .list > *:nth-child(13) {
  animation-delay: 1.69s;
}
.product2 .list > *:nth-child(14) {
  animation-delay: 1.82s;
}
.product2 .list > *:nth-child(15) {
  animation-delay: 1.95s;
}
.product2 .list > *:nth-child(16) {
  animation-delay: 2.08s;
}
.product2 .list > *:nth-child(17) {
  animation-delay: 2.21s;
}
.product2 .list > *:nth-child(18) {
  animation-delay: 2.34s;
}
.product2 .list > *:nth-child(19) {
  animation-delay: 2.47s;
}
.product2 .list > *:nth-child(20) {
  animation-delay: 2.6s;
}
.product2 .list > *:nth-child(21) {
  animation-delay: 2.73s;
}
.product2 .list > *:nth-child(22) {
  animation-delay: 2.86s;
}
.product2 .list > *:nth-child(23) {
  animation-delay: 2.99s;
}
.product2 .list > *:nth-child(24) {
  animation-delay: 3.12s;
}
.product2 .list > *:nth-child(25) {
  animation-delay: 3.25s;
}
.product2 .list > *:nth-child(26) {
  animation-delay: 3.38s;
}
.product2 .list > *:nth-child(27) {
  animation-delay: 3.51s;
}
.product2 .list > *:nth-child(28) {
  animation-delay: 3.64s;
}
.product2 .list > *:nth-child(29) {
  animation-delay: 3.77s;
}
.productinfo .topss {
  display: flex;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.7rem;
}
.productinfo .topss .left {
  width: 6.9rem;
  position: relative;
  z-index: 9;
}
.productinfo .topss .left .big {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  z-index: 9;
}
.productinfo .topss .left .big img {
  width: 100%;
}
.productinfo .topss .left .big .mask {
  width: 50%;
  height: 50%;
  border: 1px solid var(--themeColor);
  background-color: var(--themeColor);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  transition: none;
}
.productinfo .topss .left .big .bigs {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden;
  display: none;
  z-index: 9;
}
.productinfo .topss .left .big .bigs img {
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
}
.productinfo .topss .left .big:hover .bigs,
.productinfo .topss .left .big:hover .mask {
  display: block;
}
.productinfo .topss .left .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 0.33rem;
}
.productinfo .topss .left .swiper .swiper-slide {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productinfo .topss .left .swiper .swiper-slide img {
  width: 100%;
}
.productinfo .topss .right {
  margin-left: 0.6rem;
  flex: 1;
}
.productinfo .topss .right h2 {
  font-family: AlibabaSans-Bold;
}
.productinfo .topss .right .ops {
  margin-top: 0.54rem;
}
.productinfo .topss .right .ops h3 {
  line-height: 1;
  margin-bottom: 0.2rem;
  font-family: AlibabaSans-Bold;
  color: #333;
  font-weight: 400;
}
.productinfo .topss .right .ops .lsls {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0.23rem;
}
.productinfo .topss .right .ops .lsls div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #366145;
  border-radius: 0.08rem;
  padding: 0.1rem 0;
  cursor: pointer;
}
.productinfo .topss .right .ops .lsls div img {
  width: 80%;
  margin-bottom: 0.1rem;
}
.productinfo .topss .right .ops .lsls div.active,
.productinfo .topss .right .ops .lsls div:hover {
  border-color: var(--themeColor);
  color: var(--themeColor);
}
.productinfo .topss .right .ops .ls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.16rem;
}
.productinfo .topss .right .ops .ls span {
  border: 1px solid #d5d5d5;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.08rem;
  color: #6f6f6f;
  cursor: pointer;
}
.productinfo .topss .right .ops .ls span:hover,
.productinfo .topss .right .ops .ls span.active {
  color: #000000;
  border: 1px solid #000000;
}
.productinfo .topss .right .ops ul {
  padding-left: 0.2rem;
}
.productinfo .topss .right .ops ul li {
  list-style-type: disc;
  color: #333;
}
.productinfo .xg {
  margin-top: 0.8rem;
}
.productinfo .xg h3 {
  margin-bottom: 0.3rem;
  font-family: AlibabaSans-Medium;
  font-weight: 500;
}
.productinfo .xg .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.6rem 0.3rem;
}
.productinfo .xg .grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.productinfo .xg .grid a img {
  width: 100%;
  height: 2.4rem;
  object-fit: contain;
  padding: 0.25rem;
  background: #f5f5f5;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
  border: 0.01rem solid #f5f5f5;
}
.productinfo .xg .grid a p {
  width: 100%;
  line-height: 0.4rem;
  position: absolute;
  top: 2rem;
  left: 0;
  background-color: var(--themeColor);
  color: white;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s;
}
.productinfo .xg .grid a span {
  color: #333333;
  font-weight: 500;
  text-align: center;
}
.productinfo .xg .grid a:hover p {
  opacity: 1;
}
.productinfo .xg .grid > *:nth-child(1) {
  animation-delay: 0.13s;
}
.productinfo .xg .grid > *:nth-child(2) {
  animation-delay: 0.26s;
}
.productinfo .xg .grid > *:nth-child(3) {
  animation-delay: 0.39s;
}
.productinfo .xg .grid > *:nth-child(4) {
  animation-delay: 0.52s;
}
.productinfo .xg .grid > *:nth-child(5) {
  animation-delay: 0.65s;
}
.productinfo .xg .grid > *:nth-child(6) {
  animation-delay: 0.78s;
}
.productinfo .xg .grid > *:nth-child(7) {
  animation-delay: 0.91s;
}
.productinfo .xg .grid > *:nth-child(8) {
  animation-delay: 1.04s;
}
.productinfo .xg .grid > *:nth-child(9) {
  animation-delay: 1.17s;
}
.productinfo .xg .grid > *:nth-child(10) {
  animation-delay: 1.3s;
}
.productinfo .xg .grid > *:nth-child(11) {
  animation-delay: 1.43s;
}
.productinfo .xg .grid > *:nth-child(12) {
  animation-delay: 1.56s;
}
.productinfo .xg .grid > *:nth-child(13) {
  animation-delay: 1.69s;
}
.productinfo .xg .grid > *:nth-child(14) {
  animation-delay: 1.82s;
}
.productinfo .xg .grid > *:nth-child(15) {
  animation-delay: 1.95s;
}
.productinfo .xg .grid > *:nth-child(16) {
  animation-delay: 2.08s;
}
.productinfo .xg .grid > *:nth-child(17) {
  animation-delay: 2.21s;
}
.productinfo .xg .grid > *:nth-child(18) {
  animation-delay: 2.34s;
}
.productinfo .xg .grid > *:nth-child(19) {
  animation-delay: 2.47s;
}
.productinfo .xg .grid > *:nth-child(20) {
  animation-delay: 2.6s;
}
.productinfo .xg .grid > *:nth-child(21) {
  animation-delay: 2.73s;
}
.productinfo .xg .grid > *:nth-child(22) {
  animation-delay: 2.86s;
}
.productinfo .xg .grid > *:nth-child(23) {
  animation-delay: 2.99s;
}
.productinfo .xg .grid > *:nth-child(24) {
  animation-delay: 3.12s;
}
.productinfo .xg .grid > *:nth-child(25) {
  animation-delay: 3.25s;
}
.productinfo .xg .grid > *:nth-child(26) {
  animation-delay: 3.38s;
}
.productinfo .xg .grid > *:nth-child(27) {
  animation-delay: 3.51s;
}
.productinfo .xg .grid > *:nth-child(28) {
  animation-delay: 3.64s;
}
.productinfo .xg .grid > *:nth-child(29) {
  animation-delay: 3.77s;
}
.productinfo .tal {
  margin-top: 0.8rem;
}
.productinfo .tal h3 {
  margin-bottom: 0.3rem;
  font-family: AlibabaSans-Medium;
  font-weight: 500;
}
.productinfo .tal .table,
.productinfo .tal table{
  width: 100%;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
}
.productinfo .tal .table .th,
.productinfo .tal table tr,
.productinfo .tal .table .tb {
  display: flex;
}
.productinfo .tal .table .th .td,
.productinfo .tal table td,
.productinfo .tal .table .tb .td {
  text-align: center;
  flex: 1;
  line-height: 0.75rem;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.productinfo .tal .table .th .td,
.productinfo .tal table .firstRow td{
  font-weight: bold;
  color: #333333;
}
.productinfo .tal .table .tb .td,
.productinfo .tal table tr td{
  color: #666666;
}
.productinfo .des {
  margin-top: 0.8rem;
}
.productinfo .des h3 {
  margin-bottom: 0.3rem;
  font-family: AlibabaSans-Medium;
  font-weight: 500;
}
.productinfo .des .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productinfo .des .list .item .left {
  width: 5.74rem;
}
.productinfo .des .list .item .right {
  width: 9.69rem;
}
.productinfo .des .list .item .right h4 {
  margin-bottom: 0.1rem;
}
.productinfo .des .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.productinfo .des .list .item + .item {
  margin-top: 0.7rem;
}
.productinfo .des .list > *:nth-child(1) {
  animation-delay: 0.13s;
}
.productinfo .des .list > *:nth-child(2) {
  animation-delay: 0.26s;
}
.productinfo .des .list > *:nth-child(3) {
  animation-delay: 0.39s;
}
.productinfo .des .list > *:nth-child(4) {
  animation-delay: 0.52s;
}
.productinfo .des .list > *:nth-child(5) {
  animation-delay: 0.65s;
}
.productinfo .des .list > *:nth-child(6) {
  animation-delay: 0.78s;
}
.productinfo .des .list > *:nth-child(7) {
  animation-delay: 0.91s;
}
.productinfo .des .list > *:nth-child(8) {
  animation-delay: 1.04s;
}
.productinfo .des .list > *:nth-child(9) {
  animation-delay: 1.17s;
}
.productinfo .des .list > *:nth-child(10) {
  animation-delay: 1.3s;
}
.productinfo .des .list > *:nth-child(11) {
  animation-delay: 1.43s;
}
.productinfo .des .list > *:nth-child(12) {
  animation-delay: 1.56s;
}
.productinfo .des .list > *:nth-child(13) {
  animation-delay: 1.69s;
}
.productinfo .des .list > *:nth-child(14) {
  animation-delay: 1.82s;
}
.productinfo .des .list > *:nth-child(15) {
  animation-delay: 1.95s;
}
.productinfo .des .list > *:nth-child(16) {
  animation-delay: 2.08s;
}
.productinfo .des .list > *:nth-child(17) {
  animation-delay: 2.21s;
}
.productinfo .des .list > *:nth-child(18) {
  animation-delay: 2.34s;
}
.productinfo .des .list > *:nth-child(19) {
  animation-delay: 2.47s;
}
.productinfo .des .list > *:nth-child(20) {
  animation-delay: 2.6s;
}
.productinfo .des .list > *:nth-child(21) {
  animation-delay: 2.73s;
}
.productinfo .des .list > *:nth-child(22) {
  animation-delay: 2.86s;
}
.productinfo .des .list > *:nth-child(23) {
  animation-delay: 2.99s;
}
.productinfo .des .list > *:nth-child(24) {
  animation-delay: 3.12s;
}
.productinfo .des .list > *:nth-child(25) {
  animation-delay: 3.25s;
}
.productinfo .des .list > *:nth-child(26) {
  animation-delay: 3.38s;
}
.productinfo .des .list > *:nth-child(27) {
  animation-delay: 3.51s;
}
.productinfo .des .list > *:nth-child(28) {
  animation-delay: 3.64s;
}
.productinfo .des .list > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about main.container {
  margin-top: 0.7rem;
}
.about main.container .js {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about main.container .js .left {
  width: 8.4rem;
}
.about main.container .js .left h1 {
  margin-bottom: 0.25rem;
}
.about main.container .js .left p {
  color: #333333;
}
.about main.container .js .right {
  width: 6.35rem;
}
.about main.container .js .right img + img {
  margin-top: 0.2rem;
}
.about main.container .imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.about main.container .imgs img {
  width: 49%;
}
.contact main.container h1 {
  text-align: center;
  margin: 0.7rem auto;
  font-weight: 900;
}
.contact main.container ul {
  margin-top: 0.4rem;
  display: flex;
}
.contact main.container ul li {
  flex: 1;
  height: 2rem;
  background: #f7f7f7;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact main.container ul li img {
  width: 0.66rem;
}
.contact main.container ul li .right {
  margin-left: 0.16rem;
}
.contact main.container ul li .right h5 {
  margin-bottom: 0.05rem;
}
.contact main.container ul li .right p {
  line-height: 1.3;
  font-family: AlibabaSans-Medium;
}
.contact main.container ul li + li {
  margin-left: 0.4rem;
}
.contact main.container ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.contact main.container ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.contact main.container ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.contact main.container ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.contact main.container ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.contact main.container ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.contact main.container ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.contact main.container ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.contact main.container ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.contact main.container ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.contact main.container ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.contact main.container ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.contact main.container ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.contact main.container ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.contact main.container ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.contact main.container ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.contact main.container ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.contact main.container ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.contact main.container ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.contact main.container ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.contact main.container ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.contact main.container ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.contact main.container ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.contact main.container ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.contact main.container ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.contact main.container ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.contact main.container ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.contact main.container ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.contact main.container ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.contact main.container .msg {
  margin-top: 1rem;
}
.contact main.container .msg h1 {
  margin-bottom: 0.7rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
}
.contact main.container .msg .form .gris {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}
.contact main.container .msg .form .gris .item .label {
  font-family: AlibabaSans-Medium;
  margin-bottom: 0.16rem;
}
.contact main.container .msg .form .gris .item textarea,
.contact main.container .msg .form .gris .item input {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #f1f1f3;
  border-radius: 0.08rem;
}
.contact main.container .msg .form .gris .item:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.contact main.container .msg .form button {
  font-family: AlibabaSans-Medium;
  color: white;
  display: block;
  margin: 0.5rem auto 0;
  width: max-content;
  line-height: 0.63rem;
  background-color: var(--themeColor);
  padding: 0 0.24rem;
  border-radius: 0.08rem;
}
.our main.container {
  margin-top: 0.7rem;
}
.our main.container > h1 {
  font-weight: 900;
}
.our main.container > p {
  color: #333333;
  line-height: 1.3;
}
.our main.container .list {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.24rem;
}
.our main.container .list a {
  background: #f6f6f6;
  border-radius: 0.2rem;
  display: flex;
  align-items: flex-end;
  padding: 0.55rem 0.1rem 0.1rem 0.55rem;
}
.our main.container .list a .left {
  margin-bottom: 0.32rem;
}
.our main.container .list a .left h2 {
  line-height: 1.3;
}
.our main.container .list a .left p {
  color: #616161;
  line-height: 1.3;
  margin: 0.12rem 0 0.9rem;
}
.our main.container .list a img {
  flex: 1;
}
.our main.container .list > *:nth-child(1) {
  animation-delay: 0.13s;
}
.our main.container .list > *:nth-child(2) {
  animation-delay: 0.26s;
}
.our main.container .list > *:nth-child(3) {
  animation-delay: 0.39s;
}
.our main.container .list > *:nth-child(4) {
  animation-delay: 0.52s;
}
.our main.container .list > *:nth-child(5) {
  animation-delay: 0.65s;
}
.our main.container .list > *:nth-child(6) {
  animation-delay: 0.78s;
}
.our main.container .list > *:nth-child(7) {
  animation-delay: 0.91s;
}
.our main.container .list > *:nth-child(8) {
  animation-delay: 1.04s;
}
.our main.container .list > *:nth-child(9) {
  animation-delay: 1.17s;
}
.our main.container .list > *:nth-child(10) {
  animation-delay: 1.3s;
}
.our main.container .list > *:nth-child(11) {
  animation-delay: 1.43s;
}
.our main.container .list > *:nth-child(12) {
  animation-delay: 1.56s;
}
.our main.container .list > *:nth-child(13) {
  animation-delay: 1.69s;
}
.our main.container .list > *:nth-child(14) {
  animation-delay: 1.82s;
}
.our main.container .list > *:nth-child(15) {
  animation-delay: 1.95s;
}
.our main.container .list > *:nth-child(16) {
  animation-delay: 2.08s;
}
.our main.container .list > *:nth-child(17) {
  animation-delay: 2.21s;
}
.our main.container .list > *:nth-child(18) {
  animation-delay: 2.34s;
}
.our main.container .list > *:nth-child(19) {
  animation-delay: 2.47s;
}
.our main.container .list > *:nth-child(20) {
  animation-delay: 2.6s;
}
.our main.container .list > *:nth-child(21) {
  animation-delay: 2.73s;
}
.our main.container .list > *:nth-child(22) {
  animation-delay: 2.86s;
}
.our main.container .list > *:nth-child(23) {
  animation-delay: 2.99s;
}
.our main.container .list > *:nth-child(24) {
  animation-delay: 3.12s;
}
.our main.container .list > *:nth-child(25) {
  animation-delay: 3.25s;
}
.our main.container .list > *:nth-child(26) {
  animation-delay: 3.38s;
}
.our main.container .list > *:nth-child(27) {
  animation-delay: 3.51s;
}
.our main.container .list > *:nth-child(28) {
  animation-delay: 3.64s;
}
.our main.container .list > *:nth-child(29) {
  animation-delay: 3.77s;
}
.policy main.container > h1 {
  margin: 0.7rem auto 0.3rem;
  text-align: center;
}
/* 手机 */
@media (max-width: 450px) {
  :root {
    --headerHeight: 60px;
    --container: 92vw;
  }
  body {
    font-size: 15px;
  }
  .moblie {
    display: block;
  }
  .fs-64,
  .fs-60,
  .fs-48 {
    font-size: 30px;
  }
  .fs-42 {
    font-size: 26px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .fs-38,
  .fs-36 {
    font-size: 22px;
  }
  .fs-32 {
    font-size: 21px;
  }
  .fs-28,
  .fs-30 {
    font-size: 20px;
  }
  .fs-26,
  .fs-27 {
    font-size: 19px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 17px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-16,
  .fs-15,
  .fs-14 {
    font-size: 13px;
  }
  .fs-13,
  .fs-12 {
    font-size: 12px;
  }
  .iconfont {
    font-size: 16px;
  }
  .header .top {
    line-height: 2;
  }
  .header > .container .logo {
    width: 15vw;
  }
  .header > .container .menu {
    position: absolute;
    left: 100vw;
    top: 100%;
    background-color: white;
    width: 100vw;
    height: calc(100vh - var(--headerHeight));
    text-align: center;
    display: block;
    transition: all 0.3s;
    overflow: auto;
  }
  .header > .container .menu.active {
    left: 0;
  }
  .header > .container .menu li + li {
    margin-left: 0;
  }
  .header > .container .right .search_box {
    width: 50vw;
    line-height: 2;
    padding: 0 15px;
  }
  .header > .container .right .search_box input {
    width: calc(50vw - 1em - 30px);
    font-size: 14px;
  }
  .header > .container .menu li .childs {
    position: static;
  }
  .header > .container .menu li .childs .container {
    display: block;
  }
  
  .header > .container .menu li .childs .container a{
     line-height: 3.4;
  }
  
  .header > .container .menu li .childs .container a + a{
      border-top: 1px solid #eee;
  }
  
  .header > .container .menu li .childs .container img {
    display: none;
  }
  .home .inter .pagi .swiper-pagination-bullet,
  .home .banner .swiper .pagi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .home .inter .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .home .banner .swiper .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .home .inter .swiper-slide .text {
    left: 20px;
    bottom: 20px;
  }
  .home .selling .grid,
  .home .category .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .category .grid a div {
    width: 30vw;
    height: 30vw;
  }
  .home .category > a {
    line-height: 1.8;
  }
  .home .gris {
    height: 200vw;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
  .home .gris .item:first-child,
  .home .gris .item:nth-child(2) {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
  
  .home .gris .item .text{
      width: 95%;
  }
  
  .home .gris .item .text h4,
  .home .gris .item .text p {
    width: 100% !important;
  }
  .footer .feel {
    display: block;
  }
  .footer .feel .form {
    width: 100%;
    margin-top: 20px;
  }
  .footer .feel .form .input {
    padding: 0 10px;
  }
  .footer .feel .form .input input {
    font-size: 14px;
    line-height: 3;
  }
  .footer .feel .form button {
    line-height: 3;
    font-size: 14px;
  }
  .footer .feel .form .input .iconfont{
      margin-right: 10px;
  }
  .footer .mianss {
    display: block;
  }
  .footer .mianss .left ul li {
    width: 30px;
    height: 30px;
  }
  .footer .mianss .left p {
    width: 100%;
  }
  .footer .mianss .right .links {
    display: block;
  }
  .about main.container .js {
    display: block;
  }
  .about main.container .js .left,
  .about main.container .js .right {
    width: 100%;
  }
  .contact main.container ul {
    display: block;
  }
  .contact main.container ul li {
    height: auto;
    justify-content: flex-start;
    padding: 15px 10px;
  }
  .contact main.container ul li img {
    width: 40px;
  }
  .contact main.container ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .contact main.container .msg .form .gris .item textarea,
  .contact main.container .msg .form .gris .item input {
    line-height: 1.8;
    font-size: 15px;
  }
  .contact main.container .msg .form button {
    line-height: 2;
    padding: 0 15px;
  }
  .banners .text {
    width: calc(100% - 0.6rem);
  }
  .product .list {
    display: block;
  }
  .product .list a {
    display: block;
    margin-bottom: 20px;
  }
  .product2 .topss .sear {
    align-items: center;
  }
  .product2 .topss .sear > .iconfont {
    width: 25px;
    height: 25px;
  }
  .product2 .topss .sear .input {
    display: flex;
    align-items: center;
  }
  .product2 .topss .sear .input input {
    font-size: 15px;
  }
  .product2 .cloose {
    flex-direction: column;
  }
  .product2 .cloose {
    padding: 10px;
  }
  .product2 .cloose .right {
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .product2 .cloose .right .item {
    width: 100%;
    text-align: center;
  }
  .product2 .cloose .right .item + .item {
    margin-left: 0;
  }
  .product2 .list {
    grid-template-columns: 1fr;
  }
  .product2 .list a span {
    line-height: 1.7;
  }
  .product2 .list a {
    padding: 20px 0;
  }
  .pages a,
  .pagination a,
  .pages span,
  .pagination span {
    width: 20px;
    line-height: 20px;
  }
  .pages li + li,
  .pagination li + li {
    margin-left: 5px;
  }
  .productinfo .topss {
    display: block;
  }
  .productinfo .topss .left {
    width: 100%;
  }
  .productinfo .topss .right {
    margin-left: 0;
  }
  .productinfo .topss .right .ops .ls span {
    line-height: 1.7;
  }
  .productinfo .topss .right .ops h3 {
    padding-bottom: 10px;
  }
  .productinfo .topss .right .ops ul {
    padding-left: 25px;
  }
  .productinfo .xg .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .productinfo .des .list .item {
    display: block;
  }
  .productinfo .des .list .item .left,
  .productinfo .des .list .item .right {
    width: 100%;
  }
  .our main.container > p {
    line-height: 1.7;
  }
  .our main.container .list {
    grid-template-columns: 1fr;
  }
  .our main.container .list a {
    flex-direction: column-reverse;
    align-items: center;
    padding: 15px;
  }
  .our main.container .list a img,
  .our main.container .list a .left{
      width: 100%;
  }
  .product2 .cloose .right .item img {
    width: 50px;
  }
  .product2 .list a img {
    width: 150px;
  }
  .product2 .topss .sear .input {
    width: auto;
  }
  .home .selling .grid a img,
  .productinfo .xg .grid a img {
    height: 100px;
  }
  .productinfo .topss .left .big .bigs,
  .productinfo .topss .left .big .mask {
    display: none;
  }
  .productinfo .topss .right .ops .lsls {
    grid-template-columns: repeat(5, 1fr);
  }
  .navoo {
    flex-wrap: wrap;
  }
  .navoo i,
  .navoo a {
    white-space: nowrap;
  }
  .home .gris .item img {
    height: 95%;
    width: auto;
  }
  .banners .text {
    position: static;
    transform: none;
  }
  .banners .text h2,
  .banners .text p {
    color: #333;
  }
  
  .home .selling .grid a p{
      line-height: 2;
  }
  
  .home .category .grid a div{
      width: 30vw;
      height: 30vw;
  }
  .home .category .grid a img{
      
  }
}


.productinfo .topss .right .ops .lsls div.active,
.productinfo .topss .right .ops .lsls div:hover{
    position: relative;
    z-index: 1;
}

.productinfo .topss .right .ops .lsls div.active::before,
.productinfo .topss .right .ops .lsls div:hover::before{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--themeColor);
    border-radius: 0.08rem;
    position: absolute;
    top: -2px;
    left: -2px;
}




