@charset "utf-8";

/* CSS Document */
/*全局样式*/
html {
  font-size: 100px;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
  font-size: 0.12rem;
  color: #333;
  background: #fff;
}

:root {
  --main-color: #333;
  --main-bg: #fff;
  --mc: #171717;
  --fc: var(--mc);
}

.w {
  width: 17.8rem;
  margin: 0 auto !important;
}

.w_detail {
  width: 15.8rem;
  margin: 0 auto !important;
}
/* 顶部预留 */
.goods_top {
  padding-top: 1.8rem !important;
}

.goods_top.otherTop {
  padding-top: 172px !important;
}



body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0rem;
  display: block;
  line-height: 0rem;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}

input {
  vertical-align: middle;
  border: none;
  background: none;
}

input[type="radio"]:checked {
  background-color: #1f1210;
}

select {
  vertical-align: middle;
  border: none;
  background: none;
}

button {
  text-align: center;
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 0.12rem;
}

textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0rem;
  background: none;
}

label {
  cursor: pointer;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

input:focus {
  outline: none;
}

/* 左浮动*/
.fl {
  float: left;
}

/* 右浮动*/
.fr {
  float: right;
}

/* 鼠标变小手*/
.cs {
  cursor: pointer;
}

/* 超过一行内容多的变成... */
.dian1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 超过两行行内容多的变成... */
.dian2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 超过三行内容多的变成... */
.dian3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* .12rem的字体至.28rem 如果你是其他单位的如rem等,请自行斟酌修改使用*/
.fs12 {
  font-size: 0.12rem;
}

.fs14 {
  font-size: 0.14rem;
}

.fs16 {
  font-size: 0.16rem;
}

.fs18 {
  font-size: 0.18rem;
}

.fs20 {
  font-size: 0.2rem;
}

.fs22 {
  font-size: 0.22rem;
}

.fs24 {
  font-size: 0.24rem;
}

.fs26 {
  font-size: 0.26rem;
}

.fs28 {
  font-size: 0.28rem;
}

.fixed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

html .fixed {
  *zoom: 1;
}

/* 清除浮动 */
.cb {
  clear: both;
}

/* 不让用户选中 */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
  
  not supported by any browser */
}

.scrollbarchange::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.05rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.01rem;
  position: absolute;
  right: 0rem;
}

.scrollbarchange::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.1rem;
  background: #e0e0e0;
}

.scrollbarchange::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.1rem;
  background: #f2f2f2;
}

.tit-bold {
  font-size: 0.18rem;
  font-family: Arial-Bold, Arial;
  color: #333333;
}

h1.tit-bold {
  margin-top: initial;
}

h1.tit-bold:hover {
  text-decoration: underline;
  cursor: pointer;
}

h1.tit-bold span {
  font-size: 0.18rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
}

/* 底部图片 */
.super_hot {
  width: 100%;
}

.super_hot img {
  width: 100%;
}

/* 轮播图 */
.swiper {
  width: 100%;
  /* height: 3.59rem; */
  /* position: relative; */
}

.swiper-slide {
  width: 3rem;
  height: 4.12rem;
  text-align: center;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}


.product_title {
  font-size: 0.18rem;
  border-top: 0.01rem solid #c2bfbc;
  font-weight: bold;
  color: #333;
}

.img_box {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.swiper_img {
  width: 2.89rem;
}

.pro_prev,
.pro_next {
  width: 0.48rem;
  top: 50%;
  transform: translateY(-50%);
  height: 23%;
  margin-top: initial;
  background-color: #363433;
}

.pro_prev {
  left: 0.06rem;
}

[dir="rtl"] .pro_prev {
  left: initial;
  right: 0rem;
}

.pro_next {
  right: 0.06rem;
}

[dir="rtl"] .pro_next {
  right: initial;
  left: 0rem;
  background-color: #363433;
}

.pro_prev::after,
.pro_next::after {
  color: #fff;
}

.swiper {
  position: initial;
}

.swiper_pr {
  position: relative;
}

.pro_prev:hover,
.pro_next:hover {
  background-color: var(--mc);
}

.goods_bd {
  border: 0.01rem solid #c2bfbc;
  width: 100%;
  height: 100%;
}

.goods_bd:hover {
  border: 0.01rem solid var(--mc);
}

.mr-tb {
  margin-top: 0.12rem;
  margin-bottom: 0.07rem;
}

.swiper_price,
.swiper_priceSplit,
.swiper_priceSplit span {
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
}

.swiper_price {
  margin-left: 0.11rem;
  line-height: 0.14rem;
}

[dir="rtl"] .swiper_price {
  margin-left: initial;
  margin-right: 0.11rem;
}

.swiper_priceSplit {
  line-height: 0.17rem;
}

.swiper_priceSplit span {
  line-height: 0.12rem;
}

#swiper_text {
  font-size: 0.14rem;
  line-height: 0.18rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

[dir="rtl"] #swiper_text {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: initial;
}

.swiper-button-disabled {
  background-color: #000 !important;
}

/*.swiper-button-disabled.swiper-button-next:after,
.swiper-button-disabled.swiper-button-prev:after {
  color: #c2bfbc;
}
*/

.swiper-button-next,
.swiper-button-prev {
  background-color: #000;
  margin-top: initial;
  /* height: 100%; */
  top: 50%;
  width:0.4rem;
  height:0.4rem;
  opacity: 0.4;
  border-radius:0.3rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #000;
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 0.1rem;
}



/* 轮播图公共样式 */

/* 面包屑公共样式 */

.breadcrumb_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bread_return {
  cursor: pointer;
}

ul.breadcrumb_link {
  padding: 0.08rem 0.01rem;
  list-style: none;
}

ul.breadcrumb_link li {
  display: inline;
}

ul.breadcrumb_link li + li:before {
  padding: 0 0.07rem;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb_link li a {
  color: #999999;
}

.breadcrumb_link a {
  font-size: 0.14rem;
}

ul.breadcrumb_link li a:hover {
  color: #333;
}

ul.breadcrumb_link li a.active {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  text-decoration: underline;
}

/* 面包屑公共样式 */

/* 产品unit公共 */
.unit_bg {
  width: 0.55rem;
  height: 0.24rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/webindex/assets/images/home/new.png) no-repeat center center;
  background-size: cover;
}

[dir="rtl"] .unit_bg {
  width: 0.55rem;
  height: 0.24rem;
  position: absolute;
  right: initial;
  left: 0;
  top: 0;
  background: url(/webindex/assets/images/home/new.png) no-repeat center center;
  background-size: cover;
}

/* 轮播图暂无数据 */
.wrap_noData {
  border: none !important;
}

.wrap_noData .goods_bd {
  background-color: #eff2f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap_noData .goods_bd img {
  width: 0.73rem;
  height: 0.61rem;
}

.footer {
  width: 100%;
  min-width: 14.4rem;
  margin-top: 0.4rem;
  padding-top: 0.2rem;
}

.footer_img img {
  width: 100%;
}

/* 返回顶部 */
.return_top {
  position: fixed;
  bottom: 20vh;
  right: 3vw;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background-image: url("/webindex/assets/images/home/newReturnTop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:0.6rem;
  display: none;
  z-index: 9999;
}

[dir="rtl"] .return_top {
  position: fixed;
  bottom: 20vh;
  right: initial;
  left: 3vw;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background-image: url("/webindex/assets/images/home/newReturnTop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  z-index: 9999;
}

/* 返回顶部 */

/* 价格筛选 */
.price_search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.16rem;
  padding-right: 0.1rem;
}

[dir="rtl"] .price_search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.16rem;
  padding-right: 0.1rem;
}

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

.price_search .price_input {
  /* width: 0.66rem; */
  height: 0.34rem;
  border: 0.01rem solid #efefef;
  display: flex;
  align-items: center;
}

.price_search .price_input input {
  width: 0.65rem;
  height: 100%;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
}

.price_search .price_input input::placeholder {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}

.price_search .price_input span {
  flex: 1;
  padding: 0.09rem 0.1rem;
  display: inline-block;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #363433;
}

.price_max {
  /* margin-right: 0.12rem; */
}

/* [dir="rtl"] .price_max {
  margin-right: initial;
  margin-left: 0.12rem;
} */

.price_searchGo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.36rem;
  height: 0.34rem;
  background: #363433;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
}

.price_searchGo:hover {
  background-color: var(--mc);
}

/* 价格筛选 */

/* 优惠券弹窗 */
body .layerdemo {
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

div#t10 {
  height: auto !important;
}

/* 设置弹窗的整体 */
#couponDialog {
  width: 4rem;
  height: 5.5rem;
  position: relative;
  padding: 0 0.35rem;
  padding-top: 0.46rem;
  padding-bottom: 0.23rem;
  /* background: url('/webindex/assets/images/home/couponBgi.png')no-repeat center center; */
  background:#ede9e6;
  border-radius: 0.1rem;
  background-size: cover;
  display: none;
}

#subscribeDialog {
  width: 3.8rem;
  height: 5rem;
  position: relative;
  padding: 0 0.35rem;
  padding-top: 0.46rem;
  padding-bottom: 0.23rem;
  background:#ede9e6;
  border-radius: 0.1rem;
  display: none;
}


.couponBox {
  width: auto;
  height:3.1rem;
  max-height: 3.5rem;
  margin-bottom: 0.27rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0.3rem;
}

::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #363433;
  transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

.product_list_l::-webkit-scrollbar {
  width: 0.05rem;
}

.product_list_l::-webkit-scrollbar-thumb {
  background-color: #363433;
}

.couponBox::-webkit-scrollbars {
  width: 0.03rem;
  height: auto;
  background: #ffffff;
}

.couponBox::-webkit-scrollbar-thumb {
  width: 0.03rem;
  height: auto;
  background: #ffffff;
}

.couponBox::-webkit-scrollbar-thumb {
  width: 0.03rem;
  height: 0.24rem;
  background: #363433;
}

[dir="rtl"] .couponBox {
  width: 3.3rem;
  height: 3.14rem;
  /* background-color: greenyellow; */
  margin-bottom: 0.27rem;
  margin-left: initial;
  margin-right: 0.35rem;
}

.collectBtn,.subscribeBtn {
  width: 3.25rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #31261e;
  color: #fff;
  font-size: 0.18rem;
  font-family: Arial-Bold, Arial;
  font-weight: 500;
  line-height: 0.22rem;
  border-radius: 0.05rem;
  cursor: pointer;
}

[dir="rtl"] .collectBtn,.subscribeBtn {
  width: 3.26rem;
  height: 0.5rem;
  margin-left: initial;
  margin-right: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #31261e;
  color: #fff;
  font-size: 0.18rem;
  font-family: Arial-Bold, Arial;
  font-weight: 500;
  line-height: 0.22rem;
  border-radius: 0.05rem;
  cursor: pointer;
}

.collectBtn:hover {
  background-color: var(--mc);
}

.coupon_title,
.coupon_title_login {
  width: 100%;
  font-size: 0.16rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #363433;
  text-align: center;
  display: none;
}



.subscribe_title {
  width: 100%;
  font-size: 0.25rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #363433;
  text-align: center;
}
.subscribe_content {
  width:100%;
  height:1.2rem;
  background:#f9ece27a;
  margin-top:1rem;
  border-radius: 0.15rem;
  text-align: center;
  font-weight: bold;
  font-size:0.35rem;
  border:1px solid #ccc;
}
.subscribe_desc {
  height:0.5rem;
  font-size: 0.18rem;
  color:#9f9c9c;
}


[dir="rtl"] .coupon_title,
.coupon_title_login {
  width: 3rem;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.16rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #363433;
}

.couponItem {
  width: 3.26rem;
  height: auto;
  padding-left: 0.36rem;
  padding-top: 0.1rem;
  margin-bottom: 0.05rem;
  padding-bottom: 0.25rem;
  color: #f78d1c;
  background: url("/webindex/assets/images/home/newUserGift.png") no-repeat center
    center;
  background-size: 100% 100%;
}

[dir="rtl"] .couponItem {
  width: 3.26rem;
  height: auto;
  padding-left: initial;
  padding-right: 0.36rem;
  padding-top: 0.1rem;
  margin-bottom: 0.05rem;
  padding-bottom: 0.25rem;
  color: #f78d1c;
  background: url("/webindex/assets/images/home/newUserGift.png") no-repeat center
    center;
  background-size: 100% 100%;
}

.layerdemo .layui-layer-setwin .layui-layer-ico.layui-layer-close {
  top: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url("/webindex/assets/images/home/closeBtn.png") no-repeat left
    left;
  background-position:initial;
  background-size: cover; 
}

.layerdemo .layui-layer-setwin .layui-layer-ico.layui-layer-close {
  right: 0.23rem;
}

[dir="rtl"] .layerdemo .layui-layer-setwin .layui-layer-ico.layui-layer-close {
  right: initial;
  left: 0.23rem;
}

#active_dia {
  display: none;
}

#active_dia img  {
  height: 35vh;
}

#active_dia a {
  height: auto;
}

#activelayer {
  width: auto;
  height: auto !important;
}

.layerdemo,.activelayer {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
}

.activelayer .layui-layer-setwin .layui-layer-ico.layui-layer-close {
  top: 0.1rem;
  width: 0.28rem;
  height: 0.28rem;
  background: url("/webindex/assets/images/home/closeBtn.png") no-repeat center
    center;
  background-position:initial;
  background-size: cover; 
}

.activelayer .layui-layer-setwin .layui-layer-ico.layui-layer-close {
  right: 0.23rem;
}

[dir="rtl"] .activelayer .layui-layer-setwin .layui-layer-ico.layui-layer-close {
  right: initial;
  left: 0.23rem;
}



.useRangeArea,
.couponItem_title,
.coupon_detail,
.useRange,
.lifespan {
  font-size: 0.12rem;
  line-height: 0.12rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #fff;
}

.couponItem_price {
  margin-top: 0.1rem;
  margin-bottom: 0.16rem;
}

.couponItem_price {
  font-size: 0.24rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #fff;
  line-height: 0.24rem;
}

.useRange {
  height: auto;
}

.useRange li {
  position: relative;
  margin-bottom: 0.09rem;
}

.useRange li:last-child {
  margin-bottom: 0;
}

.useRange li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.05rem;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.03rem;
  background-color: #fff;
}

[dir="rtl"] .useRange li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: initial;
  right: -0.05rem;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.03rem;
  background-color: #fff;
}

.discount_coupon {
  width: 3.26rem;
  height: auto;
  background: url("/webindex/assets/images/home/discountCoupon.png") no-repeat
    center center;
  background-size: 100% 100%;
  padding-left: 0.36rem;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.05rem;
  color: #fff;
}

[dir="rtl"] .discount_coupon {
  width: 3.26rem;
  height: auto;
  background: url("/webindex/assets/images/home/discountCoupon.png") no-repeat
    center center;
  background-size: 100% 100%;
  padding-left: initial;
  padding-right: 0.36rem;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.05rem;
  color: #fff;
}

.discount_coupon .useRange li {
  position: relative;
  margin-bottom: 0.04rem;
}

/* 优惠券弹窗 */
#subscribe_loading {
  height: 0.74rem;
  display: none;
  border:1px solid #ccc;
  border-radius: 0.1rem;
}

#subscribe_watting {
  position: relative;
  height: 0.74rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#subscribe_watting .subscribe_watting_img {
  width: 0.3rem;
  height: 0.3rem;
  background: url("/commonImg/tip.png") no-repeat
    center center;
  background-size: cover;
  margin-right: 0.1rem;
}

[dir="rtl"] #subscribe_watting .subscribe_watting_img {
  width: 0.3rem;
  height: 0.3rem;
  background: url("/commonImg/tip.png") no-repeat
    center center;
  background-size: cover;
  margin-right: initial;
  margin-left: 0.1rem;
}

.subscribe_waiting_text {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #1f1210;
}

/* 等待弹窗加载 */

body .layerWatting {
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  box-shadow: 0rem 0.06rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

#coupon_loading {
  height: 0.74rem;
  display: none;
}

#watting {
  position: relative;
  height: 0.74rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#watting .watting_img {
  width: 0.32rem;
  height: 0.32rem;
  background: url("/webindex/assets/images/home/couponWatting.svg") no-repeat
    center center;
  background-size: cover;
  margin-right: 0.24rem;
}

[dir="rtl"] #watting .watting_img {
  width: 0.32rem;
  height: 0.32rem;
  background: url("/webindex/assets/images/home/couponWatting.svg") no-repeat
    center center;
  background-size: cover;
  margin-right: initial;
  margin-left: 0.24rem;
}

.waiting_text {
  font-size: 0.18rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #1f1210;
}

/* 等待弹窗加载 */

/* 加载成功 */

body .layerWattingSuccess {
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  box-shadow: 0rem 0.06rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

#loading_success {
  height: 0.74rem;
  display: none;
}

#successTips {
  position: relative;
  height: 0.74rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#successTips .successTips_img {
  width: 0.32rem;
  height: 0.32rem;
  background: url("/webindex/assets/images/home/successIcon.svg") no-repeat center
    center;
  background-size: cover;
  margin-right: 0.24rem;
}

[dir="rtl"] #successTips .successTips_img {
  width: 0.32rem;
  height: 0.32rem;
  background: url("/webindex/assets/images/home/successIcon.svg") no-repeat center
    center;
  background-size: cover;
  margin-right: initial;
  margin-left: 0.24rem;
}

.successTips_text {
  font-size: 0.18rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #1f1210;
}

/* 加载成功 */

.ml-44 {
  margin-left: 0.44rem;
}

[dir="rtl"] .ml-44 {
  margin-left: initial;
  margin-right: 0.44rem;
}

/* 弹窗的图标 */
.layui-layer-msg {
  top: 25% !important;
  min-width: initial !important;
  border: initial !important;
  box-shadow: 0rem 0.01rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16) !important;
  border-radius: 50% !important;
}

.layui-layer-dialog .layui-layer-padding {
  padding: 25px !important;
}

.layui-layer-ico {
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
}

.layui-layer-ico1 {
  width: 40px !important;
  height: 40px !important;
  background: url("/commonImg/success.png") no-repeat center !important;
  background-size: 100% 100% !important;
  background-position: initial;
}

/* 优惠券样式 */

/* 报错弹窗 */
body .layerWattingfail {
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  box-shadow: 0rem 0.06rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  
}
#subscribe_loading_fail{
  width:2.84rem;
  height:0.8rem;
  background-color: rgba(255, 0, 0, 0.4);
  border-radius:0.1rem;
  color:#fff;
}
#loading_fail {
  height: auto;
  overflow: hidden;
  display: none;
}

#failTips {
  position: relative;
  height: auto;
  padding: 0.14rem 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.failTips_text {
  font-size: 0.18rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #f20009;
}

.pro_hoverBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 50%;
}

.to_proDetail {
  position: absolute;
  width: 2.3rem;
  bottom: 0.78rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0.1rem 0.1rem;
  font-size: 0.14rem;
  font-family: Noto Sans-Bold, Noto Sans;
  font-weight: bold;
  color: var(--mc);
  line-height: 0.24rem;
  border: 0.01rem solid var(--mc);
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  z-index: 9999;
}

.addCart:hover,
.to_proDetail:hover {
  background-color: var(--mc);
  color: #fff;
  border-color: #fff;
}

.to_proDetail {
  bottom: 0.16rem;
}

.dt_sizeBox {
  display: flex;
  justify-content: center;
  align-items: end;
}

.min_widthBox {
  width: 19.2rem;
  min-width: 12.4rem;
}

.opac_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 997;
  display: none;
}



/* 字体 */
@font-face {
  font-family: Noto Sans-ExtraBold Italic;
  src: url("/webindex/assets/fonts/NotoSans-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: NotoSans-Regula;
  src: url("/webindex/assets/fonts/NotoSans-Regular.ttf");
}

@font-face {
  font-family: Noto Sans-Medium;
  src: url("/webindex/assets/fonts/NotoSans-Medium.ttf");
}

@font-face {
  font-family: Noto Sans-ExtraBold;
  src: url("/webindex/assets/fonts/NotoSans-ExtraBold.ttf");
}

@font-face {
  font-family: Noto Sans-SemiBold;
  src: url("/webindex/assets/fonts/NotoSans-SemiBold.ttf");
}

/*每个页面公共css */
.fontfamily_nebi {
  font-family: Noto Sans-ExtraBold Italic !important;
}

.fontfamily_neb {
  font-family: NotoSans-Regula !important;
}

.fontfamily_semiBold {
  font-size: 0.16rem;
  font-family: Noto Sans-SemiBold;
  font-weight: 600;
  color: #333333;
}

.fontfamily_medium {
  font-family: Noto Sans-Medium !important;
  font-size: 0.22rem;
  font-weight: 500;
  color: #000000;
}

.fontfamily_extraBold {
  font-size: 0.37rem;
  font-family: Noto Sans-ExtraBold, Noto Sans;
  font-weight: 800;
  line-height: 0.37rem;
  color: #000000;
}

.content_box {
  margin: 0 auto;
}

/* 骨架屏 */
.skeleton {
  background: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 10%,
    #f6f7f8 20%,
    #f6f7f8 100%
  );
  background-size: 200% 100%;
  animation: flow 1s linear infinite;
}

@keyframes flow {
  0% {
    background-position: 50% 0;
  }

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

/* 方法一 */
@media screen and (max-width: 1240px) {
  html {
    font-size: 64.5833px;
    min-width: 1240px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 71.1458px;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 74.6354px;
  }
}

@media screen and (min-width: 1580px) {
  html {
    font-size: 81.875px;
  }

  .indexSwiper {
    max-width: 15.8rem !important;
    margin: auto !important;
    margin-top: 1.6rem !important;
  }

  .swiper-content {
    max-width: 15.8rem !important;
    overflow: hidden;
  }

  .boutique_tit {
    width: 15.8rem !important;
    margin: 0 auto !important;
  }

  .eightProSwiper {
    width: 15.8rem !important;
    margin: 0 auto !important;
    overflow: hidden;
  }

  .lonely_compress_img {
    width: 3.19rem !important;
    height: 3.19rem !important;
  }

  .home_good {
    padding: 0.15rem 0.15rem 0.15rem 0.15rem !important;
    min-width: 3.5rem !important;
    min-height: 4.13rem !important;
  }

  .home_good .fw-bd {
    font-size: 0.16rem !important;
  }

  .eightProSwiper .swiper-slide {
    padding: initial !important;
  }

  .big_imageHref {
    width: 15.8rem !important;
    margin: 0 auto !important;
  }

  .lonely_six_pro {
    width: 5.26rem !important;
    height: 6.57rem !important;
    padding: 0 0.22rem !important;
    padding-top: 1.21rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lonely_six_pro:nth-child(3n) {
    width: 5.28rem !important;
  }

  .lonely_six_pro:first-child {
    border-left: 0.001rem solid #707070 !important;
  }

  .lonely_six_pro:nth-child(4) {
    border-left: 0.001rem solid #707070 !important;
  }

  .lonely_six_pro .six_pro_png {
    width: 3.44rem !important;
    height: 3.44rem !important;
  }

  .fontfamily_medium {
    font-size: 0.18rem !important;
    line-height: 0.2rem;
  }

  .fontfamily_extraBold {
    font-size: 0.3rem !important;
  }

  .min_widthBox {
    width: 15.8rem !important;
    margin: 0 auto !important;
  }

 



  .text-mt {
    margin-top: 1.3rem !important;
  }

  .pro_priceBox span {
    font-size: 0.14rem !important;
  }

  .View_all {
    width: 15.8rem !important;
    margin: 0 auto !important;
  }

  .swiper-contentBox {
    max-width: 15.8rem !important;
    min-width: 12.4rem !important;
  }

  .lonely_six_bot {
    padding: 0 0.63rem !important;
    padding-top: 0.53rem !important;
    padding-bottom: 0.2rem !important;
  }

  .lonely_six_bot {
    margin-right: 0.04rem;
  }

  .foot_date {
    width: 100% !important;
    min-width: 12.4rem !important;
  }

  .foot_emilBox {
    max-width: 15.8rem !important;
  }

  .footer_diffDetail {
    width: 15.8rem !important;
    margin: 0 auto !important;
  }

  .lonely_six_price {
    margin-top: 0.23rem !important;
  }

  .pro_priceSet {
    font-size: 0.16rem !important;
  }

  .pl-6 {
    padding-left: initial !important;
  }

  .pr-6 {
    padding-right: initial !important;
  }
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 87.0833px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

@media screen and (min-width: 2560px) {
  html {
    font-size: 133.3333px;
  }
}

@media screen and (min-width: 3840px) {
  html {
    font-size: 200px;
  }
}
.left_div {
  position: fixed;
  bottom: 50%;
  /* transform: translateY(-50%); */
  left: 0.2rem;
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}
.right_div {
  position: fixed;
  bottom: 50%;
  /* transform: translateY(-50%); */
  right: 0.2rem;
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}

/*网站商品的价格样式*/
.good_price{
  display: flex;
  align-items: end; 
}
.good_price li{
  margin-right:0.05rem;
}
/*销售价*/
.good_sale_price{
    font-size: 0.18rem;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #333333;
}
/*市场价*/
.good_market_price{
  font-size: 0.17rem;
  text-decoration: line-through;
  color: #ccc;
}
/*促销活动价*/
.discount_sale_price{
    font-size: 0.18rem;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #f78d1c;
}
/*促销市场价*/
.discount_market_price{
  font-size: 0.17rem;
  text-decoration: line-through;
  color: #ccc;
}
.discount_price_off{
  width:0.6rem;
  height:0.2rem;
  line-height:0.2rem;
  background:#ffc117;
  color:#000;
  font-weight: bold;
  text-align: center;
}


/*推荐可能喜欢的商品*/
.mightlike{
  text-align: center;
  font-size: 0.28rem;
  border-top:1px solid #eee;

}
.mightLikeImg,.mightlike img{
  width:0.2rem;
}
.mightfont{
  margin-top: 0.1rem;
  font-weight:bold;
  color:#000;
}

/* 商品列表统一样式 */
.good-list-item{
  display: flex;
  flex-wrap: wrap;
}
.good-list-item > a {
  position: relative;
  width: 3.0rem;
  height: 4.12rem;
  min-height: 4.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.01rem solid #ebe6e6;
  margin-right: 0.1rem;
}
.good_image {
  width: 2.89rem;
  height: 2.89rem;
  background: #ffffff;
}
.good_desc {
  width: 100%;
  line-height: 0.18rem;
  margin-top: 0.07rem;
  margin-bottom: 0.07rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}



/* 右侧产品列表 */

.product_list_r {
  position: relative;
  flex: 1;
  height: auto;
  margin-left: 0.2rem;
  padding-bottom: 0.55rem;
}

[dir="rtl"] .product_list_r {
  position: relative;
  flex: 1;
  height: auto;
  margin-left: initial;
  margin-right: 0.2rem;
  padding-bottom: 0.55rem;
}

.product_list_r .product-adjust-item {
  display: flex;
  flex-wrap: wrap;
}


.product_list_r .product-adjust-item  a {
  width: 3.0rem;
  height: 4.12rem;
  min-height: 4.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.01rem solid #ebe6e6;
  margin-right: 0.1rem;
}

[dir="rtl"] .product_list_r .product-adjust-item  a {
  width: 3.0rem;
  height: 4.12rem;
  min-height: 4.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.01rem solid #ebe6e6;
  margin-right: initial;
  margin-left: 0.1rem;
}

.product_list_r .product-adjust-item .good_item{
  position: relative;
}
.product_list_r .product-adjust-item .addCart {
  position: absolute;
  width: 0.4rem;
  right: 0.2rem;
  top:3.6rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  border-radius:0.1rem;
  border:1px solid #000;
}
[dir="rtl"] .product_list_r .product-adjust-item .addCart{
  position: absolute;
  width: 0.4rem;
  right: initial;
  left: 0.2rem;
  top:3.6rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  border-radius:0.1rem;
  border:1px solid #000;
}
.product_list_r .product-adjust-item .addCart:hover {
  background: #fff;
  border:1px solid #000;
  cursor: pointer;
}
.product_list_r .product-adjust-item .addFave {
  position: absolute;
  width: 0.4rem;
  right: 0.2rem;
  top:0;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
[dir="rtl"] .product_list_r .product-adjust-item .addFave {
  position: absolute;
  width: 0.4rem;
  right: initial;
  left: 0.2rem;
  top:0;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}

.product_list_r .product-adjust-item .addFave:hover{
  background: none;
  cursor: pointer;
}

.product_list_r .product-adjust-item .addNew {
  position: absolute;
  width: 0.6rem;
  top:0.01rem;
  left:-0.03rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
[dir="rtl"] .product_list_r .product-adjust-item .addNew {
  position: absolute;
  width: 0.6rem;
  top:0.01rem;
  left:initial;
  right:-0.03rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;

}



/* 空数据样式 */
.product_list_r .product-adjust-item .proList_NoData {
  border: none !important;
}

.product_list_r .product-adjust-item a:hover {
  border: 0.01rem solid #ddd8d8;
}

.product_list_r .product-adjust-item a:nth-child(5n) {
  margin-right: 0;
}

[dir="rtl"] .product_list_r .product-adjust-item a:nth-child(5n) {
  margin-right: initial;
  margin-left: 0;
}

.product_list_r .product-adjust-item a:nth-child(n + 6) {
  margin-top: 0.1rem;
}


.product_list_r .product-adjust-item a .content {
  width: 2.89rem;
  margin-top: 0.12rem;
  margin-top: 0.07rem;
  font-size: 0.18rem;
  color: #333333;
}


.product_list_r .product-adjust-item a .content .flashinfo {
  position: absolute;
  width:0.5rem;
  height:0.25rem;
  background:#ffc117;
  top:2.8rem;
  left:0.01rem;
  font-weight:bold;
  font-size:0.16rem;
  margin:0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product_list_r .product-adjust-item a .content .flashinfo img {
  width:15px;
  background: #ffc117;
}

.product_list_r .product-adjust-item a .content .proList_price {
  display: flex;
  align-items: end;
}
.product_list_r .product-adjust-item a .content .desc {
  width: 100%;
  line-height: 0.18rem;
  margin-top: 0.07rem;
  margin-bottom: 0.07rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product_list_r .product-adjust-item a .content .lable {
  width: 0.97rem;
  height: 0.27rem;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.product_list_r .product-adjust-item a .list_image {
  width: 2.89rem;
  height: 2.89rem;
  background: #ffffff;
}


/* 产品空数据填充 */
.proList_NoData {
  width: 2.72rem;
  height: 3.59rem;
  background: #eff2f6 !important;
}


