#produce {
  margin-top: 32px;
}
/*滚动条样式*/
::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border: 1px solid #d9d9d9;*/
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background: #a5b1bb;
}
::-webkit-scrollbar-thumb:hover {
  background: #1067EE;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-left: 50%;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.table-list-ul {
  background-color: white;
  border-radius: 5px;
  margin-top: 10px;
}
.table-list-ul li {
  width: 260px;
  vertical-align: top;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  margin: 10px;
  box-shadow: 0 0 3px #422323;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(210, 231, 247, 0.2);
  border: 1px solid #d5dadf;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.table-list-ul li:hover {
  box-shadow: 0 0 5px 0 rgba(12, 142, 241, 0.911);
  transform: translateY(-15px);
}
.img-2 {
  display: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.table-list-ul li:hover .img-1 {
  display: none;
}
.table-list-ul li:hover .img-2 {
  display: block;
}
.i-image-div.active .ant-image {
  background: url(//user.landwu.com/images/cc197529ed2350cca61a5d2249607852.png);
  background-size: auto;
  background-position: center;
}
.table-list-ul li .i-image-div .ant-image {
  height: 270px;
}
.table-list-ul li .i-image-div img {
  width: 260px !important;
  height: 270px !important;
}
.table-list-ul li .title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-list-ul li .btns {
  padding: 0 10px 10px;
}
.i-color-warn {
  color: #feaf06;
}
.productInfo .info-swiper .swiper {
  width: 100%;
  height: 100%;
}
.productInfo .info-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productInfo .info-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#root-info {
  padding: 20px;
  padding-bottom: 150px;
}
#root-info .el_menu .el-menu-demo {
  margin-top: 25px;
  border: solid 1px #e6e6e6;
}
.productInfo .mask {
  width: 300px;
  height: 300px;
  background-color: yellow;
  z-index: 99;
  position: absolute;
  /*在box类里面定位 层级高于展示图*/
  top: 0px;
  left: 0px;
  opacity: 0.5;
  /*设置遮罩层的透明度*/
  cursor: move;
  /*鼠标经过的时候变成十字拖动样式*/
  display: none;
  /*默认不显示 鼠标经过box时显示*/
}
.productInfo .big {
  width: 600px;
  height: 600px;
  overflow: hidden;
  /*超出部分隐藏*/
  border: 1px solid #ccc;
  display: none;
  /*默认不显示 鼠标经过box时显示*/
  position: absolute;
  left: 600px;
  z-index: 9;
  background: aliceblue;
}
.productInfo .big .img {
  position: absolute;
  /*在big盒子里面绝对定位*/
  /*JavaScript需要赋值需要设置top和left值*/
  top: 0px;
  left: 0px;
}
.productInfo .info-swiper {
  width: 550px;
  /* display: flex; */
}
.productInfo .info-swiper .box {
  position: relative;
  /*设置定位 根据自身情况可以改为绝对定位 */
}
.productInfo .info-swiper .swiper-slide {
  border-radius: 3px;
  overflow: hidden;
  border: solid 1px #ccc;
}
.productInfo .info-swiper .swiper-slide-thumb-active,
.productInfo .info-swiper .swiper-slide-active {
  border: solid 1px #1aaadf;
}
.productInfo .info-swiper .left2 {
  margin: 10px 0;
}
.productInfo .info-swiper .left2 .swiper-slide {
  cursor: pointer;
}
.productInfo .info-swiper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.productInfo .info-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.productInfo .info-swiper .mySwiper2 {
  height: 80%;
  width: 100%;
}
.productInfo .info-swiper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.productInfo .info-swiper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.productInfo .info-swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.productInfo .info-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#root-info .item1-bottom {
  margin-top: 20px;
}
#root-info .tagBox {
  border-bottom: 1px solid #eee;
  color: #777;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  margin-bottom: 20px;
}
#root-info .tagBox .tag {
  border-radius: 0 8px 0 0;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 104px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#root-info .tagBox .tag.active {
  background: #2858f8;
  color: #fff;
}
.flex {
  display: flex;
}
#root-info .description {
  margin-left: 20px;
  width: 100%;
}
#root-info .description .dec_title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}
#root-info .description .dec_price {
  display: flex;
}
#root-info .description .dec_price .price_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  text-align: center;
  width: 100px;
}
#root-info .description .dec_price .price_item .price {
  color: #fa8c16;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
#root-info .description .dec_price .price_item .number {
  align-items: center;
  color: #666;
  white-space: nowrap;
}
#root-info .description .dec_other_info {
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px 10px;
}
#root-info .description .dec_other_info .info_item .info_top {
  margin-bottom: 20px;
}
#root-info .description .dec_other_info .info_item .info_dec {
  color: #666;
}
.el-table th {
  font-size: 13px;
  font-weight: 700;
}
.el-table th.el-table__cell {
  background: #ebf0fc !important;
  color: #000;
}
.dec_color {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #1aaadf;
  cursor: pointer;
}
.div_flex {
  margin: 30px 0px 0px -50px;
}
.div_flex .el-form-item__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.div_flex .el-form-item__content .el-radio-group {
  margin-bottom: 10px;
}
.header_shop {
  padding: 10px 10px 20px 10px;
  border-bottom: 1px solid #ccc;
}
.header_shop .el-row {
  margin-bottom: 20px;
}
.header_shop .el-row:last-child {
  margin-bottom: 0;
}
.header_shop .el-col {
  border-radius: 4px;
}
.header_shop .bg-purple-dark {
  background: #99a9bf;
}
.header_shop .bg-purple {
  background: #d3dce6;
}
.header_shop .bg-purple-light {
  background: #e5e9f2;
}
.header_shop .grid-content {
  border-radius: 4px;
  min-height: 36px;
}
.header_shop .row-bg {
  padding: 10px 0;
  background-color: #f9fafc;
}
/* From Uiverse.io by gharsh11032000 */
.card {
  min-width: 210px;
  /* background-color: #4158D0; */
  /* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.card-content {
  /* padding: 20px; */
  position: relative;
  /* z-index: 1; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.card:hover:before {
  transform: translateX(-100%);
}
.card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.card:hover:after {
  transform: translateX(100%);
}
#root-product {
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
}
#root-product .product-content {
  display: flex;
  padding-bottom: 60px;
}
#root-product .product-content .product-left {
  width: 310px;
  padding: 0px 0px 20px;
}
#root-product .product-content .product-left .el-tree .el-tree-node .el-tree-node__content {
  padding: 20px;
}
#root-product .product-content .product-left .el-tree .el-tree-node .el-tree-node__content:hover {
  color: #007aff;
}
#root-product .product-content .product-left .el-tree .el-tree-node:focus > .el-tree-node__content {
  background: #1067EE;
  color: white;
}
#root-product .product-content .product-left .el-tree .el-tree-node:focus > .el-tree-node__content:hover {
  color: white !important;
}
#root-product .product-content .product-right {
  margin-left: 20px;
}
#root-product .product-content .product-right .product-search-container {
  width: 1200px;
  padding: 20px 0px 0px 20px;
}
#root-product .product-content .product-right .product-search-container .product_row {
  margin-bottom: 20px;
}
#root-product .product-content .product-right .product-search-container .product_row .el_col_btn {
  margin-left: 20px;
}
#root-product .product-content .product-right .product-search-container .product_row .product_col {
  text-align: center;
  color: #595a5a;
}
#root-product .product-content .product-right .product-search-container .product_row .product_col .select_bg {
  background: #1067EE;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
}
#root-product .product-content .product-right .product-search-container .product_row .product_input input {
  height: 35px;
}
#root-product .lw-category-set {
  margin-left: 0 !important;
  width: 300px;
}
#root-product .lw-category-set a {
  width: 100%;
  display: block;
  padding: 10px;
  color: #606266;
}
#root-product .lw-category-set a:hover {
  color: #007aff !important;
  background-color: #f5f7fa;
}
#root-product .select_css {
  margin-left: 0 !important;
  width: 300px;
  background: #1067EE;
}
#root-product .select_css a {
  width: 100%;
  display: block;
  padding: 10px;
  color: white !important;
}
#root-product .product_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 30px;
  text-align: right;
  border-top: solid 1px #ccc;
}
#root-activity {
  padding-bottom: 150px;
  background-color: #acccf3;
}
#root-activity .top_img {
  width: 100%;
  /* height: 700px; */
}
#root-activity .activity_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#root-activity .activity_detail .activity_img {
  margin-top: 20px;
}
#root-activity .activity_detail .activity_img img {
  max-width: 100%;
  max-height: 100%;
}
#root-activity .activity_detail .activity_product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#root-activity .activity_detail .activity_product .title_img {
  margin: 20px 0px;
}
#root-activity .activity_detail .activity_product .title_img img {
  max-width: 100%;
  max-height: 100%;
}
#root-activity .activity_detail .activity_product .product_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1121px;
}
#root-activity .activity_detail .activity_product .product_list .picture_img {
  height: 280px !important;
}
#root-activity .activity_detail .activity_product .product_list .picture_img img {
  height: 100% !important;
}
/*按钮样式*/
.backtotop {
  position: fixed;
  bottom: 35px;
  right: 25px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 9999999;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.55);
  animation: fadeIn 0.5s ease-in;
}
/*动画效果*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*鼠标悬停效果*/
.backtotop:hover {
  background-color: #0056b3;
}
.topic-tag-list {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
  list-style: none;
  margin: 0;
}
.topic-tag-item {
  padding: 0 3px 0 24px;
  line-height: 44px;
  font-size: 14px;
}
.topic-tag-item.active {
  color: #1890ff;
}
.topic-tag-name {
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topic-tag-name.with-titles {
  max-width: 120px;
}
.topic-tag-title {
  height: 20px;
  line-height: 20px;
  font-size: 8px;
  border-radius: 5px;
  padding: 0px 5px;
  color: white;
  font-weight: 600;
  margin-left: 3px;
}
.topic-tag-title.new {
  background: #84b930;
}
.topic-tag-title.hot {
  background: #ff5e04;
}
.topic-tag-title.sale {
  background: #ff0000;
}
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
