@import "../assets/fontIcon/iconfont.css";

.quantity_box .addFave {

  width: 0.4rem;
  right: 0.2rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}

.quantity_box .addFave:hover{
  background: none;
  cursor: pointer;
}


.top_nav {
  width: 100%;
  min-width: 12.4rem;
  height: auto;
  position: fixed !important;
  top: 0;
  left: 0;
  transition: 0.3s, -webkit-transform 0.3s;
  z-index: 999999;
}
.topslide{
  width:100%;
  height:0.4rem;
  background:#383a47;
  color:#fff;
  font-weight: bold;
  line-height:0.4rem;
  text-align: center;

}
.nav_logo {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.noticeFail{
  color:red;
  font-weight: bold; 
}

.cen_logo {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .cen_logo {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
}

.cen_logo img {
  width: 222px;
}

.nav_logo {
  display: flex;
  justify-content: end;
}

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

.top_href {
  display: inline-block;
  width: 100%;
}

.top_href img {
  width: 100%;
}

.nav {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}

.nav-ul {
  margin-left: 0.34rem;
}

[dir="rtl"] .nav-ul {
  margin-left: initial;
  margin-right: 34px;
}

.nav-ul > li a {
  width: 100%;
  font-size: 0.16rem;
  font-family: Arial-Bold, Arial;
  color: #333333;
  position: relative;
}

.nav-ul > li > a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 20px;
  left: 0;
  background-color: #363433;
}

.nav-ul .nav-new > a{
  color:green;
}

[dir="rtl"] .nav-ul > li > a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 20px;
  left: initial;
  right: 0;
  background-color: #363433;
}

.nav-ul > li > a:hover {
  color: initial !important;
}

.nav .nav-left {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nav-left .nav-left-img img {
  width: 32px;
  margin-left: 34px;
  margin-right: 54px;
}

/* 返回展开前几条导航 */
.nav_return {
  margin-right: 40px;
  text-align: center;
  vertical-align: middle;
  display: none;
  cursor: pointer;
}

[dir="rtl"] .nav_return {
  margin-right: initial;
  margin-left: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.nav_return img {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}

.nav_return span {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
}

/* 返回展开前几条导航 */

.nav .nav-left>ul {
  display: flex;
  align-items: center;
 
  height: 100%;
}

.nav .nav-left>ul>li {
  width: auto;
  margin-right: 0.31rem;
  height: 100%;
  display: flex;
  align-items: center;
}

[dir="rtl"] .nav .nav-left > ul > li {
  width: auto;
  margin-right: initial;
  margin-left: 0.31rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nav-left > ul > li > a {
  font-weight: bold;
  font-family: Arial-Bold, Arial;
  display: block;
}

.sub-nav {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 0.3rem 1.7rem;
  position: absolute;
  top: 60px;
  left: 0;
  visibility: hidden;
  display: flex;
  z-index: 999;
}

[dir="rtl"] .sub-nav {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 0.3rem 1.7rem;
  position: absolute;
  top: 60px;
  right: 0;
  visibility: hidden;
  display: flex;
  z-index: 999;
  visibility: visible;
}

.sub-nav-item {
  width: auto;
  /* line-height: 38px; */
  padding-right: 105px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: center; */
  cursor: pointer;
}

[dir="rtl"] .sub-nav-item {
  width: auto;
  /* line-height: 38px; */
  padding-right: initial;
  padding-left: 105px !important;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  cursor: pointer;
}

.sub-nav-item > a {
  display: block;
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
  /* margin-right: 0.1rem; */
}

[dir="rtl"] .sub-nav-item > a {
  display: block;
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
  margin-right: initial;
  /* margin-left: 0.1rem; */
}

.sub-nav-item > a:hover {
  text-decoration: underline;
}

.sub-nav .nav-pro-img {
  display: block;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 49px;
}

.sub-nav .nav-pro-img:last-child {
  margin-right: initial;
}

.sub-nav .nav-pro-img img {
  width: 153px;
}

.item-nav li {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  margin-left: 10px;
}

.item-nav li a {
  display: block;
  margin-top: 18px;
}

.item-nav li > a:hover {
  text-decoration: underline;
}

.nav .nav-left ul li:nth-child(5) {
  margin-right: 30px;
}

[dir="rtl"] .nav .nav-left ul li:nth-child(5) {
  margin-right: initial;
  margin-left: 30px;
}

.nav .nav-left .next {
  margin: 0;
  display: block;
  cursor: pointer;
}

.nav .nav-left .next img {
  width: 25px;
}

[dir="rtl"] .nav .nav-left .next img {
  width: 25px;
  transform: rotate(180deg);
}

.nav .nav-right {
  display: flex;
  align-items: center; 
}

.nav-right-img img {
  width: 0.3rem;
}

.nav-right-img .lang {
  /* margin-left: 0.23rem; */
  margin-right: 0.23rem;
}


[dir="rtl"] .nav .nav-right {
  display: flex;
  align-items: center; 
}

[dir="rtl"] .nav-right-img img {
  width: 0.3rem;
}

[dir="rtl"] .nav-right-img .lang {
  /* margin-left: 0.23rem; */
  margin-right: 0.23rem;
}




.nav-cart, .nav-favour, .nav-heji {
  position: relative;
  margin-right: 0.25rem;
  cursor: pointer;
}

[dir="rtl"] .nav-cart,[dir="rtl"] .nav-favour,[dir="rtl"] .nav-heji {
  position: relative;
  margin-left: 32px;
  margin-right: initial !important;
  cursor: pointer;
}

/* 反转切换 */
/* .nav-cart_tog {
  margin-right: 0;
  margin-left: .23rem;
} */

.nav-money {
  position: relative;
}

.nav-lang {
  position: relative;
}

/* 购物车订单数量 */
.navCartCount,.navFavourCount {
  font-size:0.15rem;
  color: #000;
}
.waitPayOrder {
  font-size:0.15rem;
  color: #000;

  position: absolute;
  border-radius: 0.06rem;
  width: auto;

  right: auto;
  left: 0.25rem;
  top: 0.05rem;
  height: 0.16rem;
  text-align: center;
  line-height: 0.16rem;
  padding: 0 0.05rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.money-box.nav-item {
  left: 0rem;
  top:0.58rem;
  width: 2.5rem;
  /* padding: 0.22rem 0.22rem 0 0.33rem; */
}

.lang-box.nav-item {
  left: 0rem;
  top:0.58rem;
  width: 2.5rem;
  /* padding: 0.22rem 0.22rem 0 0.33rem; */
}

[dir="rtl"] .money-box.nav-item {
  left: initial;
  right: -1.36rem;
  width: 1.87rem;
  /* padding: 0.22rem 0.22rem 0 0.33rem; */
}

.nav-item {
  width: 2rem;
  height: 1.95rem !important;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  padding-left: 0.2rem;
  position: absolute;
  left: -0.91rem;
  top: 0.45rem;
  display: none;
  z-index: 9999;
}

[dir="rtl"] .nav-item {
  width: 1.72rem;
  height: 5.8rem !important;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  padding-left: initial;
  padding-right: 0.2rem;
  position: absolute;
  left: initial;
  right: -1.1rem;
  top: 0.45rem;
  z-index: 9999;
}

.nav-item::-webkit-scrollbar {
  width: 0.05rem;
  height: 1.66rem;
}

.nav-item::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #c2bfbc;
}

.nav-item::-webkit-scrollbar-track {
  border-radius: 0;
}

.nav-item li {
  position: relative;
  width: 100%;
  height: 0.4rem;
  font-size: 0.13rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #363433;
  line-height: 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.money-box.nav-item li a {
  font-size: 0.13rem;
}
/*.money-box.nav-item li a:hover {
  background:#f6f6f6;
}*/
.lang-box.nav-item li a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.13rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #363433;
  line-height: 0.2rem;
  display: flex;
  align-items: center;
}

[dir="rtl"] .lang-box.nav-item li a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.13rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #363433;
  line-height: 0.2rem;
  display: flex;
  align-items: center;
}

.nav-item li:hover {
  color: var(--mc);
}

.choose_box ul li:hover {
  background:#f6f6f6;
}
[dir="rtl"] .choose_box ul li:hover {
  background:#f6f6f6;
}

[dir="rtl"] .nav-item li:hover {
  color: var(--mc);
  background:#f6f6f6;
}

[dir="rtl"] .nav-item li.active a {
  color: var(--mc);
}

.nav-item li.active {
  color: var(--mc);
}

.nav-item li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.08rem;
  background: url("/webindex/assets/images/home/IconCheckmark.png") no-repeat
    center/cover;
}

[dir="rtl"] .nav-item li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: initial;
  left: 0.15rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.08rem;
  background: url("/webindex/assets/images/home/IconCheckmark.png") no-repeat
    center/cover;
}

.nav-item li.active a {
  color: var(--mc);
}

[dir="rtl"] .nav-item li.active a {
  color: var(--mc);
}

/* 搜索框 */
.search {
  position: relative;
  border: 1px solid #000;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  margin-right: 28px;
  margin-top: 10px;
}

[dir="rtl"] .search {
  position: relative;
  border: 1px solid #c2bfbc;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  margin-right: initial;
  margin-left: 28px;
}

.search img {
  width:0.2rem;
  height:0.2rem;
}

.search .search_btn {
  width: 0.5rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #363433;
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
  /* padding: 0 18px; */
  cursor: pointer;
  border: 1px solid #363433;
}

.search .search_btn:hover {
  background: var(--mc);
  border: 1px solid var(--mc);
}

.search input {
  width: 5rem;
  height: 0.42rem;
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  padding-left: 16px;
}

[dir="rtl"] .search input {
  width: 206px;
  height: 42px;
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  padding-left: initial;
  padding-right: 16px;
}

.search input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #c2bfbc;
}

.search .search_optionBox {
  position: absolute;
  top: 43px;
  left: 0;
  width: 5.63rem;
  height: auto;
  max-height: 320px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  /* overflow-y: auto; */
  z-index: 88;
  overflow: hidden;
  visibility: hidden;
}

[dir="rtl"] .search .search_optionBox {
  /* display: none; */
  position: absolute;
  top: 43px;
  left: initial;
  right: 0;
  width: 5.63rem;
  height: auto;
  max-height: 320px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  /* overflow-y: auto; */
  z-index: 88;
  overflow: hidden;
  visibility: hidden;
}

.search_optionBox p {
  width: 100%;
  height:32px;
  line-height:32px;
  font-size:14px;
  font-weight:bold;
  padding-left: 21px;
}

.search_optionBox li>img {
  width: 15px;
  height:15px;
}

.search_optionBox li.active {
  color: var(--mc);
}

.search .search_optionBox li {
  position: relative;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  margin-right:10px;
  padding-left: 10px;
  padding-right: 10px;
}

[dir="rtl"] .search .search_optionBox li {
  position: relative;
  width: 100%;
  height: 32px;
  padding-left: initial;
  padding-right: 21px;
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search .search_optionBox li:hover {
  background-color: #eff2f6;
  color: var(--mc);
}

/* 搜索框 */

.scroll-img {
  /* width: 19.2rem; */
  width: 100%;
  height: 7.4rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.76rem;
}

.scroll-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s;
}

.img-box {
  width: 100vw;
  height: 7.4rem;
}

.img-box img {
  width: 100%;
  height: 100%;
}

.left-btn {
  transform: rotate(180deg);
  left: 0.5rem;
}

[dir="rtl"] .left-btn {
  transform: rotate(0deg);
  left: initial;
  right: 0.5rem;
}

.right-btn {
  right: 0.5rem;
}

[dir="rtl"] .right-btn {
  right: initial;
  left: 0.5rem;
  transform: rotate(180deg);
}

.page-box {
  width: 100%;
  position: absolute;
  bottom: 0.28rem;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-box li {
  width: 0.46rem;
  height: 0.03rem;
  background: #fff;
  margin: 0 0.05rem;
}

.page-box li.active {
  background-color: var(--mc);
}

.clearfix {
  padding-top: 0.1rem;
}



.user_icon_li {
  margin-right: 0.25rem !important;
  position: relative;
}

[dir="rtl"] .user_icon_li {
  margin-right: initial;
  margin-left: 0.32rem !important;
  position: relative;
}

.user_icon_box {
  display: none;
  /* padding-top: 0.3rem; */
  position: absolute;
  top: 0.48rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  z-index: 99999;
}

.user_icon_box:before {
  /*伪元素必须添加content*/
  content: "";
  width: 0;
  height: 0;
  /*IE6下，height:0;不顶用，可使用font-size:0; + overflow:hidden;修复此问题*/
  font-size: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: transparent transparent #fff transparent;
  /*为了兼容IE6，所有设置为透明（transparent）的边，需要设置为dashed；有颜色的边设置为solid*/
  border-style: solid dashed dashed dashed;
  position: absolute;
  /*绝对定位不占位置*/
  top: -0.25rem;
  /* 向下移动 矩形的高度 + 矩形的上下内边距 + 下边框粗细*/
  left: 43%;
  /*相对于矩形宽度的位置*/
}

.blue_hover div:hover {
  color: var(--mc) !important;
  background:#f6f6f6;
} 
.blue_hover img{
  width:0.2rem;
  height:0.2rem;
}

.user_icon_top {
  background-color: #fff;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border:1px solid #eee;
}
.user_icon_top p{
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  height: 0.3rem;
  text-align: center;
}
.user_icon_top .moreinfo{
  display: inline-block;
  font-family: Noto Sans-Bold, Noto Sans;
  width: 100%;
  font-size: 13px;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
.user_icon_top .moreinfo .newuseroff{
  font-weight: bold;
  font-size: 0.16rem;
  font-style:italic;
}
.user_icon {
  position: relative;
  z-index: 99;
}

.vip_icon_div {
  padding: 0 0.2rem;
  background-color: #363433;
  width: 0.5rem;
  height: 0.25rem;
  line-height: 0.25rem;
  color: #fff933;
  border-radius: 0.03rem;
  justify-content: center;
}

.vip_icon {
  width: 0.12rem;
  height: 0.11rem;
}

.foot_date {
  height: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.foot_date p {
  color: #000;
}

.sa_tit {
  font-size: 0.14rem;
  font-family: Noto Sans-Bold, Noto Sans;
  font-weight: bold;
  color: #1f1210;
  line-height: 0.14rem;
  margin-right: 0.1rem;
}

[dir="rtl"] .sa_tit {
  font-size: 0.14rem;
  font-family: Noto Sans-Bold, Noto Sans;
  font-weight: bold;
  color: #1f1210;
  line-height: 0.14rem;
  margin-right: initial;
  margin-left: 0.1rem;
}

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

.footer {
    background: -moz- oldlinear-gradient(top,#fff7e6 0,#ffe8d1 23%,#fed5b2 48%,#cce7e0 80%,#b2f2ff 100%);
    background: linear-gradient(180deg,#fff7e6 0,#ffe8d1 23%,#fed5b2 48%,#cce7e0 80%,#b2f2ff 100%);
    
  }

.footerShare_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.24rem;
}

.sa_item{
  margin-top: 0.1rem;
}

.sa_item li img {
  width: 0.3rem;
}

.sa_item li {
  margin-right: 0.1rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.sa_item>.fb_share {
  background-image: url(/commonImg/all_icon.png);
  background-position: -100px -224px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.fb_share:hover {
  background-image: url(/commonImg/all_icon.png);
  background-position: -75px -224px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.tw_share {
  background-image: url(/commonImg/all_icon.png);
  background-position: -274px -125px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.tw_share:hover {
  background-image: url(/commonImg/all_icon.png);
  background-position: -274px -149px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.pr_share {
  background-image: url(/commonImg/all_icon.png);
  background-position: -25px -274px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.pr_share:hover {
  background-image: url(/commonImg/all_icon.png);
  background-position: -0px -274px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.douyin {
  background-image: url(/commonImg/all_icon.png);
  background-position: -50px -224px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}
.sa_item>.douyin:hover {
  background-image: url(/commonImg/all_icon.png);
  background-position: -125px -224px;
  width: 24px;
  height: 24px;
  background-size: 311px 298px;
}

[dir="rtl"] .sa_item li {
  margin-right: initial;
  margin-left: 0.1rem;
  cursor: pointer;
}

.sa_ip {
  position: relative;
  display: flex;
  margin-top: 0.15rem;
}

.sa_ip input {
  width: 3.1rem;
  height: 0.4rem;
  background: #ffffff;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  padding-left: 0.14rem;
  border: 0.01rem solid #363433;
}

[dir="rtl"] .sa_ip input {
  width: 3.1rem;
  height: 0.4rem;
  background: #ffffff;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  padding-left: initial;
  padding-right: 0.14rem;
  border: 0.01rem solid #363433;
}

.sa_ip input[placeholder] {
  font-size: 0.14rem !important;
}

.sa_btn {
  width: 1.17rem;
  /* height: .4rem; */
  background: #363433;
  border-radius: 0rem 0.02rem 0.02rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  font-family: Noto Sans-Regular, Noto Sans;
  color: #ffffff;
  border: 0.01rem solid #363433;
  cursor: pointer;
}

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

.sub_reMsg {
  position: absolute;
  bottom: -0.2rem;
  left: 0.1rem;
  font-size: 0.12rem;
  color: #e33124 !important;
  display: none;
}

[dir="rtl"] .sub_reMsg {
  position: absolute;
  bottom: -0.2rem;
  left: initial;
  right: 0.1rem;
  font-size: 0.12rem;
  color: #e33124 !important;
  display: none;
}

/*.footer_diffDetail {
  background-color: #383a47;
}*/

.fdBox {
  display: flex;
  justify-content: space-between;
}

.diff_box {
  width: 2.35rem;
  padding-top: 0.24rem;
  padding-bottom: 0.2rem;
}

.diff_box2 {
  width: 4.35rem;
  padding-top: 0.24rem;
  padding-bottom: 0.2rem;
}

.link_line {
  width: 2.35rem;
  height: 0.01rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.link_box {
  display: flex;
  flex-direction: column;
}

.link_box a,
.cs_box a {
  font-size: 0.12rem;
  font-family: Noto Sans-Regular, Noto Sans;
  font-weight: 400;
  color: #000;
  line-height: 0.32rem;
  word-break: break-all;
}
.cs_box a:hover {
  color:#000;
  text-decoration:underline;
}

.allLink_tit {
  font-size: 0.14rem;
  font-family: Noto Sans-Bold, Noto Sans;
  font-weight: bold;
  color: #000;
  line-height: 0.32rem;
}

.cs_item {
  height: 0.32rem;
  display: flex;
  align-items: center;
  color: #000;
}

.cs_item img {
  width: 0.14rem;
  margin-right: 0.08rem;
}

[dir="rtl"] .cs_item img {
  width: 0.14rem;
  margin-right: initial;
  margin-left: 0.08rem;
}

.pay_p img {
  width: 0.39rem;
}

.pay_box {
  display: flex;
  justify-content: center;
}

.pay_p {
  margin-right: 0.14rem;
}

/*.pay_p:nth-child(n + 5) {
  margin-top: 0.1rem;
}
*/
[dir="rtl"].pay_p {
  margin-right: initial;
  margin-left: 0.14rem;
}
.userOrder_box {
  position: absolute;
  top: 0.45rem;
  right: 0px;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9;
  display: none;
  max-height: 50vh;

  overflow: auto;
}
.userOrder_box:before {
  content: "";
  position: absolute;
  top: -0.28rem;
  right: 0.25rem;

  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}
/* 顶部购物车 */
.nav-cart-box,.nav-favour-box {
  position: absolute;
  top: 0.45rem;
  left: -4rem;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}
.nav-heji-box{
  position: absolute;
  top: 5.45rem;
  left: -4rem;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}

[dir="rtl"] .nav-cart-box,[dir="rtl"] .nav-favour-box {
  position: absolute;
  top: 0.45rem;
  left: initial;
  right: -4rem;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}

[dir="rtl"] .nav-heji-box {
  position: absolute;
  top: 5.45rem;
  left: initial;
  right: -4rem;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}

.nav-cart-box:before,.nav-favour-box:before {
  content: "";
  position: absolute;
  top: -0.28rem;
  left: 89%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}

[dir="rtl"].nav-cart-box:before,[dir="rtl"] .nav-favour-box:before {
  content: "";
  position: absolute;
  top: -0.28rem;
  left: initial;
  right: 89%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}

.nav-heji-box:before {
  content: "";
  position: absolute;
  top: -0.28rem;
  left: 89%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}

[dir="rtl"].nav-heji-box:before{
  content: "";
  position: absolute;
  top: -0.28rem;
  left: initial;
  right: 89%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}
.ncb_numText {
  padding: 0.2rem 0.14rem 0.14rem 0.14rem !important;
  border-bottom: 0.01rem solid #efefef !important;
  text-align: center;
}

.ncb_numText span {
  font-size: 0.16rem;
  line-height: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: bold;
  color: #000;
}

.ncb_itemBox,.favour_itemBox {
  max-height: 4rem !important;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.ncb_itemBox::-webkit-scrollbar,.favour_itemBox::-webkit-scrollbar {
  width: 0.1rem; /* 对垂直滚动条有效 */
}

/* 定义滚动条的轨道颜色、内阴影及圆角 */
.ncb_itemBox::-webkit-scrollbar-track,.favour_itemBox::-webkit-scrollbar-track {
  background-color: #ececec;
  border-radius: 0.05rem;
}

/* 定义滑块颜色、内阴影及圆角 */
.ncb_itemBox::-webkit-scrollbar-thumb,.favour_itemBox::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.plr {
  padding-left: 0.24rem !important;
  padding-right: 0.24rem !important;
}

.nav-cart-box .ptb,.nav-favour-box .ptb{
  padding-top: 0.14rem !important;
  padding-bottom: 0.14rem !important;
}

.itemBox_proImg img {
  width: 0.9rem;
  border: 0.01rem solid #efefef;
}

.itemBox {
  display: flex;
  border-bottom: 0.01rem solid #efefef;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}

.itemBox_proImg {
  margin-right: 0.14rem;
}

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

.itemBox_right {
  width: auto;
}

.ibr_tit {
  font-size: 0.12rem;
  line-height: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #000;
  width: 2.89rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ibr_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 0.06rem;
  margin-bottom: 0.11rem;
}

.dl_itemPrice,.dl_size{
  margin-top: 0.1rem;
}


.ibr_detail li span,
.dl_itemPrice span {
  font-size: 0.12rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #000;
  margin-top: 0.1rem;
}

.dl_cs {
  display: flex;
}

.dl_color {
  margin-top: 0.1rem;
  margin-right: 0.13rem;
}

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

.dl_num_box {
  display: flex;
  justify-content: space-between;
}

.nav_item_delete {
  position: initial !important;
}

.nav_cart_total {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.14rem !important;
  padding-bottom: 0.14rem !important;
}

.nct_totalText,
.nct_total_box span {
  font-size: 0.16rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
}

.nct_totalText {
  color: #333;
}

.nct_total_box span {
  color: #f20000;
}

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

.nav-checkout {
  background: #363433;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  align-items: center;
  padding: 0.17rem 0.8rem 0.17rem 0.8rem;
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
}

.nav-quantity-btn {
  width: 0.21rem !important;
  height: 0.21rem !important;
  background-color: #efefef !important;
  min-width: initial !important;
  font-size: 0.12rem;
}

.btn-quantity.num_decrease.cart_quantity_btn.disabled {
  color: #ccc !important;
}

.nav-quantity-inp {
  width: 0.48rem !important;
  height: 0.21rem !important;
  text-align: center !important;
  border: initial !important;
}

.nav_item_delete img,.pto_collect img,.fav_delete img {
  width: 0.21rem;
}

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

/* 删除确认 */
.allConfirmSet {
  width: 4rem;
  height: 1.52rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem !important;
}

.allConfirmSet .layui-layer-btn {
  display: flex;
  padding: 0 0.38rem 0.21rem 0.38rem;
  margin: initial;
  justify-content: space-between;
}

.allConfirmSet .layui-layer-btn a {
  min-width: 1.2rem;
  height: auto;
  margin: initial;
  border: 0.01rem solid #dedede;
  padding: 0.09rem 0.1rem;
  background-color: #363433;
  color: #ffffff;
  border-radius: 0.02rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
}

.layui-layer-btn a {
  /* padding: initial !important; */
}

.allConfirmSet .layui-layer-btn a {
  color: initial;
}

.allConfirmSet .layui-layer-btn1 {
  color: #363433;
  border: 0.01rem solid #363433 !important;
  margin-left: 0.14rem !important;
  background-color: #fff !important;
}

[dir="rtl"] .allConfirmSet .layui-layer-btn1 {
  color: #363433;
  border: 0.01rem solid #363433 !important;
  margin-left: 0.14rem !important;
  background-color: #fff !important;
}

.allConfirmSet .layui-layer-btn0 {
  color: #fff !important;
}

#confirmBox {
  height: 0.87rem;
  font-size: 0.16rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
  text-align: center;
  overflow-y: hidden;
}

.chooseCoupon .layui-layer-btn a:hover,
{
  color: #fff !important;
  background-color: var(--mc) !important;
}

.allConfirmSet .layui-layer-btn1 a:hover {
  color: #000 !important;
  background-color: #ccc !important;
}
/* 详情放大镜开始 */
.pro-magnifier-bigBox {
  width: auto;
  height: 5.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigBox_img {
  width: 5.55rem;
  height: 5.55rem;
}

.bigBox_img_item {
  width: 5.55rem;
  height: 5.55rem !important;
  cursor: pointer;
}

.size_item_dia li:nth-child(n + 2) {
  margin-top: initial !important;
}

/* .size_item_dia li:nth-child(n+8) {
  margin-top: 0.03rem !important;
} */

.num_btn_dia,
.num_inp_dia {
  height: 0.4rem !important;
}

.box {
  position: relative;
  width: 5.55rem;
  height: 5.55rem;
}

/* .big {
  position: absolute;
  width: 7.56rem;
  height: 7.56rem;
  top: 0;
  left: 8rem;
  overflow: hidden;
  display: none;
  z-index: 999;
}

[dir="rtl"] .big {
  position: absolute;
  width: 7.56rem;
  height: 7.56rem;
  top: 0;
  left: initial;
  right: 8rem;
  overflow: hidden;
  display: none;
  z-index: 999;
} */

#smallBox img {
  width: 7.56rem;
  height: 7.56rem;
}

#bigImg {
  width: 15.12rem;
}

.small {
  position: relative;
}

.box img {
  vertical-align: top;
}

#bigBox > img {
  /*是让里面的图片脱标，为的就是让里面的图片进行一个移动*/
  position: absolute;
}

.magnifierSwiper_dia {
  height: 5.55rem;
  width: auto;
  margin-left: 0.3rem;
}

[dir="rtl"] .magnifierSwiper_dia {
  height: 5.55rem;
  width: auto;
  margin-left: initial;
  margin-right: 0.3rem;
}

.magnifier_swiper .swiper_img {
  width: 0.86rem;
  height: 0.86rem;
}

.mag_swiper {
  margin-top: 0.24rem;
  margin-right: 0.15rem;
  position: relative;
  overflow: hidden;
  height: 5.55rem;
}

.magnifier_swiper {
  display: flex;
  height: 0.86rem;
}

.swiper-button-prev.prev {
  left: 0;
  top: 0;
}

[dir="rtl"] .swiper-button-prev.prev {
  left: initial;
  right: 0;
  top: 0;
}

.swiper-button-next.next {
  right: 0;
  top: 0;
}

[dir="rtl"] .swiper-button-next.next {
  right: initial;
  left: 0;
  top: 0;
}

.swiper-button-prev.prev,
.swiper-button-next.next {
  width: 0.33rem;
}

/* #swiper-wrapper1 {
  height: 0.86rem;
} */

.mag_slide {
  width: 0.86rem !important;
  height: 0.86rem !important;
  border: 0.01rem solid #efefef;
  /* margin-right: initial !important;
  margin-bottom: 0.03rem !important; */
}

.magnifier_swiper_dia .mag_slide img {
  width: 0.83rem;
  height: 0.83rem;
  cursor: pointer;
}
.magnifier_swiper_dia .mag_slide video {
  width: 0.83rem;
  height: 0.83rem;
  cursor: pointer;
}
.mag_noData {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mag_noData img {
  width: 0.5rem;
  height: 0.5rem;
}

.magnifier_swiper .mag_slide.active {
  border: 0.01rem solid var(--mc) !important;
}

/* 放大镜结束 */

/* 放大镜右侧内容 */

.pro-magnifier {
  border-top: 0.01rem solid #efefef;
}

.pro-magnifier-content-dia {
  flex: 1;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  max-height: 6rem;
  overflow-y: scroll;
}

/* [dir="rtl"] .pro-magnifier-content-dia {
  flex: 1;
  position: relative;
  width: auto;
  height: 100%;
  padding-left: initial !important;
  padding-right: 0.24rem !important;
  border-left: none;
  padding-right: initial;
  padding-left: 0.36rem;
  max-height: 6rem;
  overflow-y: scroll;
} */

.pro-magnifier-content-dia .content .sku {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}

.pro-magnifier-content-dia .content .sku span {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}

/* 普通商品详情展示 */
.pro-magnifier-content-dia .content .sale_price {
  display: flex !important;
  align-items: end;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-top: 0.01rem solid #efefef;
  border-bottom: 0.01rem solid #efefef;
}

.pro-magnifier-content-dia .content .sale_price .market_sale {
  display: flex;
  align-items: flex-end;
}

.pro-magnifier-content-dia .content .sale_price .market_sale li,
.pro-magnifier-content-dia .exchange_selling_price span {
  font-family: Arial-Bold, Arial;
  font-weight: 900;
  color: #333;
}

.pro-magnifier-content-dia .market_sale li.exchange_selling_price {
  display: flex;
  line-height: 0.23rem;
  align-items: start;
}

.pro-magnifier-content-dia .discount_sale {
  display: flex;
  align-items: end;
}

.sale_price .discount_sale {
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #c2bfbc !important;
}

.exchange_market_price {
  font-size: 0.14rem;
}

.sale_price .discount_sale {
  display: flex;
  align-items: end;
}

.exchange_market_price {
  display: flex;
  align-items: end;
}

.pro-magnifier-content-dia .sale_price .discount_sale .exchange_market_price {
  display: flex;
  align-items: end;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #c2bfbc;
  text-decoration: line-through;
  line-height: 0.13rem;
}

.exchange_market_price span {
/*  font-size: 0.12rem !important;
  line-height: 0.2rem;*/
}

/* 普通商品详情展示 */

/* 折扣商品展示 */
.pro-magnifier-content-dia .content .discount_price {
  display: flex;
  flex-direction: column;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: 0.01rem solid #efefef;
  border-bottom: 0.01rem solid #efefef;
}

.discountDetail_box {
  display: flex;
  align-items: end;
  margin-bottom: 0.14rem;
}

.pro-magnifier-content-dia .discount_price .market_sale {
  display: flex;
  align-items: flex-end;
}

.pro-magnifier-content-dia .discount_price .market_sale li,
.discountDetail_box .market_sale li.exchange_selling_price span {
  font-family: Arial-Bold, Arial;
  font-weight: 900;
  color: #f20000;
}

/*.market_sale li.exchange_selling_price span {
  line-height: 0.14rem;
}*/

.pro-magnifier-content-dia .content .discount_price .discount_sale {
  display: flex;
  align-items: flex-end;
  margin-left: 0.11rem;
  margin-right: 0.13rem;
}

.discount_price .discount_sale span,
.discount_sale span,
.original_price {
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #c2bfbc;
  text-decoration: line-through;
}

/* .discount_sale span.fz-12 {
  line-height: 0.05rem;
} */

.original_price {
  display: flex;
  align-items: start;
}

[dir="rtl"] .pro-magnifier-content-dia .content .discount_price .discount_sale {
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #c2bfbc;
  text-decoration: line-through;
  margin-left: initial;
  margin-right: 0.11rem;
  margin-right: initial;
  margin-left: 0.13rem;
}

.discount_price .discount_off {
  font-size: 0.12rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #e62659;
}

.flash_sale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.16rem;
  padding-right: 0.25rem;
  width: 100%;
  height: 0.54rem;
  background-color: #ffc117;
  color: #363433;
}

[dir="rtl"] .flash_sale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: initial;
  padding-right: 0.16rem;
  padding-right: initial;
  padding-left: 0.25rem;
  width: 100%;
  height: 0.54rem;
  background-color: #ffc117;
  color: #363433;
}

.flash_sale .black_flash img {
  width: 0.11rem;
  height: 0.11rem;
}

.flash_sale .black_flash span {
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #363433;
}

.count_down {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #363433;
}

.count_down .countDown_num {
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #363433;
}

.countDownNum_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #fff;
  width: auto;
  height: 0.18rem;
  background-color: #363433;
  margin-left: 0.03rem;
  width: 0.28rem;
}

[dir="rtl"] .countDownNum_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #fff;
  width: 0.18rem;
  height: 0.18rem;
  background-color: #363433;
  margin-left: initial;
  margin-right: 0.03rem;
  width: 0.28rem;
}

/* 折扣商品展示 */

.pro-magnifier-content-dia .content .content_baseinfo .lable {
  display: flex;
  margin-top: 0.14rem;
  position: relative;
}

.content_baseinfo h1 {
  font-size: 0.18rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
  line-height: 0.2rem;
  margin-top: 0.24rem;
}

.pro-magnifier-content-dia .content .color {
  margin: 0.2rem 0 0.2rem 0;
}

.pro-magnifier-content-dia .content .color .color-item {
  display: flex;
  flex-wrap: wrap;
}

.pro-magnifier-content-dia .content .color .sku-img {
  position: relative;
  margin-right: 0.14rem;
  width: auto;
  height: auto;
  border: 0.02rem solid #efefef;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}

[dir="rtl"] .pro-magnifier-content-dia .content .color .sku-img {
  position: relative;
  margin-right: initial;
  margin-left: 0.14rem;
  width: auto;
  height: auto;
  border: 0.02rem solid #efefef;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}

.sku-img:nth-child(n + 8) {
  margin-top: 0.03rem;
}

.pro_dia_star {
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
}

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

.dia_star_show {
  display: flex;
  align-items: center;
  margin-left: 0.07rem;
  margin-right: 0.07rem;
}

.dia_star_show img {
  width: 0.12rem;
}

.dia_reviews_num,
.dia_reviews_num span {
  font-size: 0.12rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #868380;
  line-height: 0.2rem;
}
.dia_reviews_num{
  font-size: 0.16rem;
  color:#e18f3d;
  text-decoration: underline;
}

/* 颜色缺少库存状态 */
.sku-img.color_ban::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #efefef;
  opacity: 0.5;
  cursor: default;
}

/* 颜色选中状态 */
.sku-img.active {
  border: 0.03rem solid #171717 !important;
}

.pro-magnifier-content-dia .content .color .color-item img {
  width: 0.5rem;
  height: 0.5rem;
}

.pro-magnifier-content-dia .content .size .size_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-magnifier-content-dia .content .size .select_size_text,
.pro-magnifier-content-dia .content .color .select_color span {
  font-size: 0.18rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
}

.select_size {
  display: flex;
  align-items: center;
  width:2rem;
}


.pro-magnifier-content-dia .content .size_icon {
  display: flex;
  align-items: end;
}

.pro-magnifier-content-dia .content .size_icon img {
  width: 0.2rem;
}

.pro-magnifier-content-dia .content .size_icon span {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #2474b5;
  margin-left: 0.04rem;
  cursor: pointer;
}

[dir="rtl"] .pro-magnifier-content-dia .content .size_icon span {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #2474b5;
  margin-left: initial;
  margin-right: 0.04rem;
  cursor: pointer;
}

.pro-magnifier-content-dia .content .size .size_item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.14rem;
  gap: 0.06rem;
}

.size_item.size_share_item {
  padding-bottom: 0;
  margin-top: 0.06rem;
}

.eu_size {
  display: none;
}

.uk_size {
  display: none;
}

.pro-magnifier-content-dia .content .size .size_item li {
  position: relative;
  min-width: 0.63rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  border-radius: 0.06rem;
  border: 0.01rem solid #d8d8d8;
  cursor: pointer;
}

/* [dir="rtl"] .pro-magnifier-content .content .size .size_item li {
  position: relative;
  width: 0.63rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  margin-right: initial;
  margin-left: 0.06rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  border-radius: .06rem;
  border: .01rem solid #D8D8D8;
  cursor: pointer;
} */

.size_item li:hover {
  border: 0.02rem solid var(--mc) !important;
  color: var(--mc) !important;
  font-weight: bold !important;
}

.size_item li.size_disable:hover {
  border: 0.01rem solid #d8d8d8;
}

.size_item li.active {
  border: 0.02rem solid var(--mc) !important;
  color: #fff !important;
  font-weight: bold !important;
  font-family: Arial-Bold, Arial;
  background-color: var(--mc);
}

/* 被禁用类名size_disable */
.size_item li.size_disable {
  color: #c2bfbc !important;
  text-decoration: line-through;
  background-color: #f5f5f5;
  cursor: default !important;
}

/* .pro-magnifier-content .content .size .size_item li:nth-child(n + 9) {
  margin-top: 0.06rem;
} */

/* .pro-magnifier-content-dia .content .size .size_item li:nth-child(n + 8) {
  margin-top: 0.06rem !important;
} */

/* 尺码悬浮信息 */
.size-attr-container {
  position: absolute;
  bottom: 0.46rem;
  left: -0.27rem;
  width: 1.65rem;
  height: 0.44rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #fff;
  line-height: 0.35rem;
  text-align: center;
  background: #363433;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 56% 84%, 51% 100%, 46% 85%, 0% 85%);
  transform: translateX(-20%);
  border: 0.03rem solid #363433;
  display: none;
}

.pro-magnifier-content-dia .content .size h5 .select_color {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
}

.pro-magnifier-content-dia .content .size h5 .select_color span {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
}

.pro-magnifier-content-dia .content .quantity {
  /* position: absolute; */
  width: 100%;
  /* bottom:0; */
  display: initial;
  padding-right: 0.24rem;
}

.size_tip_img {
  width: 0.14rem;
}

.ps_size_text {
  font-size: 0.12rem;
  color:red;
}

.pro-magnifier-content-dia .quantity_box .quantity-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.12rem;
}

.widget:before,
.pagelet:before,
.widget:after,
.pagelet:after {
  content: "";
  display: table;
  line-height: 0;
}

.quantity-select .btn-quantity.num_decrease.disabled:hover {
  /* background-color: #fff; */
}

.quantity-select .quantity-num.num_inp_dia {
  float: none;
  margin-bottom: 0;
  outline: 0;
  clear: both;
  padding: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-top: 0.01rem solid #efefef;
  border-bottom: 0.01rem solid #efefef;
  font-size: 0.14rem;
  font-weight: normal;
  color: #333;
  height: 0.42rem;
  line-height: 0.32rem;
  width: 0.8rem;
  margin-right: 0;
  text-align: center;
}

.quantity-select .btn-quantity.num_increase:hover {
  background: #f2f2f2;
}

.quantity-select .btn-quantity.num_btn_dia {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.02rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  user-select: none;
  border: 0.01rem solid #efefef;
  background-color: #fff;
}

.quantity-select .btn-quantity.num_decrease {
  color: #333333;
}

.quantity-select .btn-quantity.num_decrease.disabled .iconfont-decrease {
  background: #ccc !important;
  cursor: default;
}

.quantity-select .btn-quantity.num_decrease:hover {
  background: #f2f2f2;
}

.quantity-select .btn-quantity.num_decrease .iconfont-decrease {
  font-size: 0.16rem;
  line-height: 0.32rem;
  display: inline-block;
  width: 0.09rem;
  height: 0.01rem;
  background: #666;
}

[class^="iconfont-"],
[class*=" iconfont-"] {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.quantity-select .btn-quantity.num_increase .iconfont-increase:before {
  content: "+";
  width: 0.09rem;
  height: 0.09rem;
}

.buyhelp_fix {
  width: 100%;
  /* position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0.23rem;
  padding-right: 0.36rem; */
}

[dir="rtl"] .buyhelp_fix {
  width: 100%;
  /* position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  padding-left: initial;
  padding-right: 0.23rem !important;
  padding-right: initial;
  padding-left: 0.36rem; */
}

.btn_box {
  display: flex;
  justify-content: space-between;
}

.quantity_box .cart {
  width: 2.58rem;
  height: 0.51rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 0.18rem;
  padding-bottom: 0.18rem; */
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  background-color: #363433;
  cursor: pointer;
}

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

.quantity_box .cart img {
  width: 0.14rem;
  margin-right: 0.12rem;
}

[dir="rtl"] .quantity_box .cart img {
  width: 0.14rem;
  margin-right: initial;
  margin-left: 0.12rem;
}

.quantity_box .cart span {
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #fff;
}

/* 购物车可点击类名 can_tag */
.cart.can_tag {
  background: #ffffff;
  color: #333333;
}

.cart.can_tag:hover {
  background: #eff2f6;
}

.pro-magnifier-content-dia .content .buy {
  width: 2.58rem;
  height: 0.51rem;
  background-color: #363433;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  cursor: pointer;
}

.buy.can_tag {
  color: #ffffff;
  background: #363433;
}

.buy.can_tag:hover {
  color: #ffffff;
  background-color: var(--mc);
}

.pro-magnifier-content-dia .content .help {
  padding-top: 0.2rem;
  padding-right: 0;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  background-color: #f7f8fa;
}

[dir="rtl"] .pro-magnifier-content-dia .content .help {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: initial;
  padding-right: 0.2rem;
  background-color: #f7f8fa;
}

.pro-magnifier-content-dia .content .help .help-sp {
  display: flex;
}

.pro-magnifier-content-dia .content .help .help-sp:nth-child(2) {
  margin-top: 0.3rem;
}

.pro-magnifier-content-dia .content .help .help-sp img:first-child {
  width: 0.3rem;
}

.pro-magnifier-content-dia .content .help .help-sp .help_content {
  padding-left: 0.11rem;
}

[dir="rtl"] .pro-magnifier-content-dia .content .help .help-sp .help_content {
  padding-left: initial;
  padding-right: 0.11rem;
}

.pro-magnifier-content-dia .content .help .help-sp .help_content .hc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pro-magnifier-content-dia .content .help .help-sp .help_content .hc span {
  font-size: 0.12rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #333333;
}

.pro-magnifier-content-dia .content .help .help-sp .help_content img {
  width: 0.1rem;
  margin-left: 0.13rem;
}

[dir="rtl"]
  .pro-magnifier-content-dia
  .content
  .help
  .help-sp
  .help_content
  img {
  width: 0.1rem;
  margin-left: initial;
  margin-right: 0.13rem;
}

.pro-magnifier-content-dia .content .help .help-sp .help_content p {
  margin-top: 0.06rem;
}

/* 产品选择结束 */
.cartDialog {
  padding-left: 0.34rem;
  padding-top: 0.58rem;
  padding-right: 0.34rem;
  padding-bottom: 0.34rem;
  display: none;
}

#addCartDialog {
  height: auto !important;
}

.size_item.size_item_pd {
  padding-bottom: initial !important;
  margin-top: 0.06rem;
}

.cartDialogStyle .layui-layer-ico {
/*  width: 0.3rem !important;
  height: 0.3rem !important;
  background:red;
  background-image: url(http://www.testlonely04.com/webindex/assets/images/goods/close.png);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.bigBox_prev,
.bigBox_next {
  top: 50% !important;
  width: 0.34rem;
  height: 0.34rem !important;
  opacity: 1;
  color:#000;
}

.bigBox_prev:hover,
.bigBox_next:hover {
  border: initial;
  color:#fff;
}

.bigBox_prev {
  left: 0rem;
}

.bigBox_next {
  right: 0rem;
}

.bigBox_prev:after,
.bigBox_next:after {
  color: #363433;
  font-size: 0.14rem;
}

.bigBox_prev:hover:after,
.bigBox_next:hover:after {
  color:#fff;
}

.pro-cart-box {
  display: flex;
  width: 11.89rem;
}

.pro-magnifier-left.pro-magnifier-left-dia {
  width: 7rem;
  display: flex;
}

.magnifier_swiper_dia {
  width: 5.55rem !important;
  height: 0.87rem !important;
}

.swiper-slide.bigBox_img_item img {
  /* width: 5.55rem; */
  height: 5.55rem;
}
.swiper-slide.bigBox_img_item video {
  /* width: 5.55rem; */
  height: 5.55rem;
}
.quantity_box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.mag_next_dia {
  right: 0 !important;
}

.swiper_bigBox {
  position: relative !important;
}

.PleaseSelect {
  display: none;
}

.sizeguide {
  width: 100%;
  height: 5.82rem;
  background-color: #fff;
  padding-left: 0.43rem;
  padding-right: 0.43rem;
  display: none;
}

.close .close_icon img {
  position: absolute;
  width: 0.2rem;
  top: 0.14rem;
  right: 0.11rem;
  background-size: 0.2rem;
  cursor: pointer;
}

[dir="rtl"] .close .close_icon img {
  position: absolute;
  width: 0.2rem;
  top: 0.14rem;
  right: initial;
  left: 0.11rem;
  background-size: 0.2rem;
  cursor: pointer;
}

.sizeguide table,
.sizeguide tbody,
.sizeguide tfoot,
.sizeguide thead,
.sizeguide th tr,
.sizeguide td {
  border: 0.01rem solid #c2bfbc;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
}

.sizeguide table {
  margin: 0 auto;
  margin-top: 0.34rem;
  margin-bottom: 0.3rem;
}

.sizeguide th,
.sizeguide td {
  width: 2.56rem;
  height: 0.49rem;
  text-align: center;
  vertical-align: middle;
}

.sizeguide th {
  font-size: 0.14rem;
  background-color: #363433;
  color: #ffffff;
}

.th_style {
  font-weight: 400;
  color: #666666;
}

.sizeguide td {
  font-size: 0.14rem;
}

.sizeguide tr:nth-child(even) {
  background-color: #efefef;
}

.sizeguide .size_tit {
  width: 100%;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #1f1210;
}

.size_choose {
  display: flex;
  justify-content: flex-end;
}

.size_select {
  width: auto;
  height: 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #e2e2e2;
  background-color: #eeeeee;
  padding-left: 0.1rem;
  /* Safari 和 Chrome */
  -moz-appearance: none;
  /* Firefox */
  background: transparent;
}

[dir="rtl"] .size_select {
  width: 0.8rem;
  height: 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #e2e2e2;
  background-color: #eeeeee;
  padding-left: initial;
  padding-right: 0.1rem;
  /* Safari 和 Chrome */
  -moz-appearance: none;
  /* Firefox */
  background: transparent;
}

.size_select_box {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  width: 1.01rem;
  height: 0.3rem;
  background: #f5f6f8;
  border-radius: 0.05rem;
  background-color: #f5f6f8;
  border: 0.01rem solid #eee;
}

[dir="rtl"] .size_select_box {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: initial;
  padding-right: 0.2rem;
  width: 1.01rem;
  height: 0.24rem;
  background: #f5f6f8;
  border-radius: 0.05rem;
  background-color: #f5f6f8;
  border: 0.01rem solid #eee;
}

.size_select_box:hover {
  border: 0.01rem solid #ccc;
}

.size_select_box.selected::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  right: 0.13rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/webindex/assets/images/home/selectIcon.png) no-repeat;
  background-size: 0.12rem;
}

[dir="rtl"] .size_select_box.selected::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  right: initial;
  left: 0.13rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/webindex/assets/images/home/selectIcon.png) no-repeat;
  background-size: 0.12rem;
}

.size_select_box.no_selected::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  right: 0.13rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/webindex/assets/images/home/selectIconTop.png) no-repeat;
  background-size: 0.12rem;
}

[dir="rtl"] .size_select_box.no_selected::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  right: initial;
  left: 0.13rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/webindex/assets/images/home/selectIconTop.png) no-repeat;
  background-size: 0.12rem;
}

.size_select_box .size_select_optionBox {
  display: none;
  position: absolute;
  top: 0.27rem;
  left: 0;
  width: 1.01rem;
  height: 1.48rem;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow-y: auto;
  z-index: 88;
}

.size_select_optionBox.EU_item {
  height: 0.36rem;
}

[dir="rtl"] .size_select_box .size_select_optionBox {
  display: none;
  position: absolute;
  top: 0.27rem;
  right: initial;
  left: 0;
  width: 1.01rem;
  height: 1.48rem;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow-y: auto;
  z-index: 88;
}

.size_select_box .size_select_optionBox li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.36rem;
  padding-left: 0.14rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

[dir="rtl"] .size_select_box .size_select_optionBox li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.36rem;
  padding-left: initial;
  padding-right: 0.14rem;
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.size_select_box .size_select_optionBox li:hover {
  background-color: #eff2f6;
}

.unit_shoose button {
  width: auto;
  height: 0.2rem;
  color: #666;
  padding: 0 0.1rem;
}

.unit_shoose button:nth-child(1) {
  border: 0.01rem solid #e2e2e2;
  border-right: none;
}

[dir="rtl"] .unit_shoose button:nth-child(1) {
  border: 0.01rem solid #e2e2e2;
  border-right: initial;
  border-left: initial;
}

.unit_shoose button:nth-child(2) {
  border: 0.01rem solid #e2e2e2;
  border-left: none;
}

[dir="rtl"] .unit_shoose button:nth-child(2) {
  border: 0.01rem solid #e2e2e2;
  border-left: initial;
  border-right: none;
}

.unit_shoose button.active {
  background-color: #000;
  color: #fff;
}

/* 尺码表结束 */
/* .noPro_div {
  width: 4rem;
  height:2.2rem;
  display: none;
} */

.noPro_div,.noFavourPro_div {
  position: absolute;
  width: 4rem;
  height: 2.2rem;
  top: 0.45rem;
  left: -1.8rem;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}
.he_noPro_div {
  position: absolute;
  width: 4rem;
  height: 2.2rem;
  top: 0.45rem;
  left: -3rem;
  background-color: red;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: block;
}
[dir="rtl"] .he_noPro_div {
  position: absolute;
  width: 4rem;
  height: 2.2rem;
  top: 0.45rem;
  left: initial;
  right: -1.8rem;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}

[dir="rtl"] .noPro_div,.noFavourPro_div {
  position: absolute;
  width: 4rem;
  height: 2.2rem;
  top: 0.45rem;
  left: initial;
  right: -1.8rem;
  background-color: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  z-index: 9999;
  display: none;
}

.noPro_div:before,.he_noPro_div:before,.noFavourPro_div:before {
  content: "";
  position: absolute;
  top: -0.23rem;
  left: 47%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.13rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}

[dir="rtl"] .noPro_div:before,[dir="rtl"] .he_noPro_div:before,.noFavourPro_div:before {
  content: "";
  position: absolute;
  top: -0.23rem;
  left: initial;
  right: 47%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 0.13rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
}

.favour_goods {
  width: 0.55rem;
  background-image: url(/webindex/assets/images/home/noLike.png);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.noPro {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.noPro_img img {
  width: 0.5rem;
}

.noPro_text {
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: bold;
  color: #333333;
  margin-top: 0.1rem;
}

.nav_proImgBox {
  width: auto;
  display: flex;
  align-items: center;
}
/* 提示订单开始 */
.tip_or_png {
  width: 0.18rem !important;
  height: 0.18rem;
}
.process_image {
  width: 0.96rem !important;
  height: 0.96rem;
}
.Lightweight_title {
  width: 2.46rem;
}
.time_out_png {
  width: 0.09rem;
  height: 0.09rem;
}
.toPay {
  background-color: #383a47;
  color: #fff;
  width: 1.26rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 0.02rem;
  cursor: pointer;
  display: inline-block;
}
/* 提示订单结束 */
.waitPayOrderMyOrders {
  top: 0.05rem;
  left: 55%;
}

.discount_flash {
  width: 0.18rem;
  height: 0.18rem;
}

/* 提示订单结束 */
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
:root {
  --swiper-theme-color: #fff !important;
}

.navCart_favour {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: -1.6rem;
  cursor: pointer;
  z-index: 99999;
}


.choose_box {
  position: absolute;
  right: 0.03rem;
  top: 0.45rem;
  padding: 0.24rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  z-index: 98;
  display: none;
}

.choose_box:before {
  /*伪元素必须添加content*/
  content: "";
  width: 0;
  height: 0;
  /*IE6下，height:0;不顶用，可使用font-size:0; + overflow:hidden;修复此问题*/
  font-size: 0;
  overflow: hidden;
  border-width: .15rem;
  border-color: transparent transparent #fff transparent;
  /*为了兼容IE6，所有设置为透明（transparent）的边，需要设置为dashed；有颜色的边设置为solid*/
  border-style: solid dashed dashed dashed;
  position: absolute;
  /*绝对定位不占位置*/
  top: -0.25rem;
  /* 向下移动 矩形的高度 + 矩形的上下内边距 + 下边框粗细*/
  left: 79%;
  /*相对于矩形宽度的位置*/
}


[dir="rtl"] .choose_box {
  position: absolute;
  right: 0.03rem;
  top: 0.45rem;
  padding: 0.24rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  z-index: 98;
  display: none;
}

[dir="rtl"] .choose_box:before {
  /*伪元素必须添加content*/
  content: "";
  width: 0;
  height: 0;
  /*IE6下，height:0;不顶用，可使用font-size:0; + overflow:hidden;修复此问题*/
  font-size: 0;
  overflow: hidden;
  border-width: .15rem;
  border-color: transparent transparent #fff transparent;
  /*为了兼容IE6，所有设置为透明（transparent）的边，需要设置为dashed；有颜色的边设置为solid*/
  border-style: solid dashed dashed dashed;
  position: absolute;
  /*绝对定位不占位置*/
  top: -0.25rem;
  /* 向下移动 矩形的高度 + 矩形的上下内边距 + 下边框粗细*/
  left: 79%;
  /*相对于矩形宽度的位置*/
}



.choose_lb {
  position: relative;
}

.lb_itemTit {
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #a4a4a4;
}

.curr_tit {
  margin-top: 0.2rem;
}

.lmbox {
  width: 2.5rem;
  height: 0.4rem;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.05rem;
  padding: 0 0.08rem;
  border-radius: 0.02rem;
  cursor: pointer;
  border:1px solid #eee;
}

.lmbox img {
  width: 0.15rem;
}

.lmbox span {
  font-size: 0.14rem;
  color: #333;
}

.home_sign{
  height: 0.47rem;
  border-radius: 0.05rem;
  width: 2.6rem;
  text-align: center;
  background-color: #363433;
  line-height: 0.47rem;
  color: #ffffff;
  font-size: 0.14rem;
  font-weight: bold;
  cursor: pointer;
}


.nav_or{
  height:0.3rem;line-height:0.3rem;text-align: center;
}
.nav_google,
.nav_fb,
.nav_twitter
{
  width: 2.6rem;
  height: 0.47rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: 0.01rem solid #c2bfbc;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  padding-left: 0.9rem;
  cursor: pointer;
  text-align: center;

}

.nav_fb,
.nav_twitter {
  margin-top: 0.1rem;
}

.nav_google:hover,
.nav_fb:hover,
.nav_twitter:hover {
  background-color: #EFF2F6;
  border: 0.01rem solid #C2BFBC;
}

.nav_box img {
  width: 0.23rem;
}

.nav_box span {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #868380;
  margin-left: 0.11rem;
}

[dir="rtl"] .nav_box span {
  font-size: 0.14rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #868380;
  margin-left: initial;
  margin-right: 0.11rem;
}


    
.cookie-tip-wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    padding: 16px 20px;
    border: 2px solid #333;
    color: #333;
    font-size: 14px;
    position: fixed;
    bottom: 25px;
    left: 5px;
    z-index: 999;
    background: rgba(255,255,255,.9);
    line-height: 17px
}

.cookie-tip-wrap .cookie-tip-title {
    font-family: OpenSans-Semibold;
    line-height: 20px
}

.cookie-tip-wrap .cookie-tip-text {
    max-height: 68px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.cookie-tip-wrap .cookie-tip-text::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.cookie-tip-wrap .cookie-tip-text::-webkit-scrollbar-track {
    background-color: #ddd
}

.cookie-tip-wrap .cookie-tip-text::-webkit-scrollbar-thumb {
    background-color: #999
}

.cookie-tip-wrap a {
    color: #2d2d2d;
    font-family: OpenSans-Semibold;
    cursor: pointer;
    text-decoration: underline
}

.cookie-tip-wrap .cookie-tip-close-wrap {
    text-align: center;
    margin-top: 12px
}

.cookie-tip-wrap .cookie-tip-close-btn {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #2d2d2d;
    cursor: pointer;
    font-family: OpenSans-Semibold
}

.cookie-tip-wrap .cookie-privacy-type-link {
    display: block;
    margin-top: 8px
}

.htmllayernoscrll {
    overflow: hidden
}

.cookie-privacy-preference-wrap,.cookie-tip-con {
    display: none;
    width: 800px;
    background: #fff;
    z-index: 1001;
    padding: 0 20px;
    position: fixed;
    height: 80%;
    left: 50%;
    margin-left: -400px;
    top: 5%;
    overflow-y: auto;
    overflow-x: hidden
}

.cookie-privacy-preference-wrap .cookie-tip-top-title,.cookie-tip-con .cookie-tip-top-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 80px;
    font-family: OpenSans-Bold
}

.cookie-privacy-preference-wrap .cookie-tip-article-html,.cookie-tip-con .cookie-tip-article-html {
    border: 1px solid #ddd;
    height: 72%;
    overflow-y: scroll;
    padding: 0 20px 5%
}


/* 分享 */
.shareBox {
  position: fixed;
  bottom: 30vh;
  right: 0.5vw;
  width: 0.5rem;
  height: 3rem;
  display: block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;

}

.shareBoxWord {
    width: 0.5rem;
    padding: 10px 0;
    min-height: 3rem;
    font-family: OpenSans-Semibold;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz- oldlinear-gradient(top,#fff7e6 0,#ffe8d1 23%,#fed5b2 48%,#cce7e0 80%,#b2f2ff 100%);
    background: linear-gradient(180deg,#fff7e6 0,#ffe8d1 23%,#fed5b2 48%,#cce7e0 80%,#b2f2ff 100%);
    color: #000;
    font-size: 0.2rem;
    text-transform: uppercase;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    line-height: 44px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
    font-weight:bold;
}


[dir="rtl"] .shareBox {
  position: fixed;
  bottom: 30vh;
  right: initial;
  left: 3vw;
  width: 0.6rem;
  height: 0.6rem;
  display: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}

.share_item {
  position: absolute;
  width: 7rem;
  height: 3rem;
  top: -0.07rem;
  right: -2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  z-index: 9999;
  background-image:linear-gradient(156deg, #9ce2f0 0%, #faf0ca 50%, #f7e0a9 100%), linear-gradient(#c6dde5, #00a6e4);
  opacity: 0;
}




#sizeGuideNew{
  display: none;
  width:8rem;
  height:7rem;
}

#sizeGuideNew .newSizeBody {
    white-space: nowrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f8f8f8
}

#sizeGuideNew .newSizeBody.size-no-measure .mod.size-chart {
    width: 100%
}

#sizeGuideNew .newSizeBody.size-no-measure .mod .sizechart-content-container {
    max-width: none
}

#sizeGuideNew .newSizeBody.size-no-measure .mod .mod-table {
    width: 100%
}

#sizeGuideNew .newSizeBody .mod {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    text-align: left
}

#sizeGuideNew .newSizeBody .mod.size-chart {
    width: 100%;
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 20px
}

#sizeGuideNew .newSizeBody .mod.size-chart.no-show-measure {
    width: 100%
}

#sizeGuideNew .newSizeBody .mod.size-measure {
    background-color: #fff;
    padding: 20px 32px
}

#sizeGuideNew .newSizeBody .mod.internat {
    padding: 20px 50px
}

#sizeGuideNew .newSizeBody .mod.internat .mod-table td,.newSizeBody .mod.internat .mod-table th {
    border: 1px solid #ddd
}

#sizeGuideNew .newSizeBody .human-size-measure .measure .human-body img {
    height: 320px
}

#sizeGuideNew .newSizeBody .guideheader {
    font-family: OpenSans-Bold;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 22px;
    margin-bottom: 20px
}

#sizeGuideNew .newSizeBody .size_body_table .sizechart-toggle-block {
    margin-bottom: 24px
}

#sizeGuideNew .newSizeBody .size_body_table .sizechart-toggle-block .select-btn {
    position: relative
}

#sizeGuideNew .newSizeBody .size_body_table .sizechart-toggle-block .select-btn:before {
    content: "";
    position: absolute;
    background: url('') no-repeat center center;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 28px;
    pointer-events: none;
    background-color: #fff
}

#sizeGuideNew .newSizeBody .size_body_table .sizechart-toggle-block .size-chart-select {
    height: 32px;
    float: right;
    border-color: #eee;
    border-radius: 2px;
    padding-left: 10px;
    color: #2d2d2d;
    font-size: 14px;
    background-color: #fff;
    padding-right: 30px
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info {
    margin-bottom: 24px
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list {
    position: relative;
    padding-top: 18px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list li {
    font-size: 12px
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list li:nth-child(2) {
    margin: auto
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list li:nth-child(2):before {
    position: relative;
    display: block;
    margin: -16px auto 0;
    z-index: 1
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list li:before {
    content: '';
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: url('')
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list li.checked:before {
    background: url('')
}

#sizeGuideNew .newSizeBody .size_body_table .size-stretch-info .size-stretch-list li:last-child:before {
    right: 0
}

#sizeGuideNew .newSizeBody .size_body_table [data-unit] {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #2d2d2d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sizeGuideNew .newSizeBody .size_body_table [data-unit]+[data-unit] {
    margin-left: -4px
}

#sizeGuideNew .newSizeBody .size_body_table [data-unit].on {
    background: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs {
    font-size: 18px;
    font-family: OpenSans-Semibold;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs li {
    position: relative;
    padding-bottom: 24px;
    cursor: pointer;
    color: #999
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs li+li {
    margin-left: 32px
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs li.checked {
    color: #2d2d2d
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs li.checked:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 4px;
    width: 100%;
    background-color: #2d2d2d
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs li:first-child:last-child {
    padding-bottom: 12px;
    cursor: default
}

#sizeGuideNew .newSizeBody .size_body_table .size-measure-navs li:first-child:last-child:after {
    display: none
}

#sizeGuideNew .newSizeBody .size_body_table .sizechart-content-container {
    overflow: auto;
    width:100%;
}

#sizeGuideNew .newSizeBody .size_body_table .size-tips {
    font-size: 12px;
    color: #666;
    margin: 12px 0
}

#sizeGuideNew .newSizeBody .mod-table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 3rem;
}

#sizeGuideNew .newSizeBody .mod-table thead {
    background: #ddd;
    color: #222
}

#sizeGuideNew .newSizeBody .mod-table tbody tr {
    background: #fff
}

#sizeGuideNew .newSizeBody .mod-table td,#sizeGuideNew .newSizeBody .mod-table th {
    font-size: 14px;
    padding: 0 10px;
    line-height: 18px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    
}
#sizeGuideNew .newSizeBody .mod-table th {
  background:#ccc;
}
#sizeGuideNew .newSizeBody .mod-table td.highlight,.newSizeBody .mod-table th.highlight {
    background-color: #eee
}

#sizeGuideNew .newSizeBody .mod-table th {
    color: #222;
    border: 1px solid #ccc
}

#sizeGuideNew .newSizeBody .mod-table td {
    color: #222
}

#sizeGuideNew .newSizeBody .mod-table td:hover {
    color: #fff;
    background-color: #2d2d2d
}

#sizeGuideNew .newSizeBody .mod-table_conversions {
    width: auto
}

#sizeGuideNew .newSizeBody .mod-table_conversions td,.newSizeBody .mod-table_conversions th {
    width: 126px
}

#sizeGuideNew .newSizeBody .measure {
    line-height: 20px;
    font-size: 16px;
    color: #666
}

#sizeGuideNew .newSizeBody .measure .measure-txt {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px
}

#sizeGuideNew .newSizeBody .measure .human-body img {
    display: block;
    margin: 0 auto;
    height: 200px
}

#sizeGuideNew .newSizeBody .measure .bust-waist-hips {
    width:70%;
    float:left;
    padding-bottom: 10px;
}

#sizeGuideNew .newSizeBody .measure .bust-waist-img {
    width:30%;
    display:inline-block;
    float:right;
}



#sizeGuideNew .newSizeBody .measure .bust-waist-hips li {
    margin-top: 20px
}

#sizeGuideNew .newSizeBody .measure .bust-waist-hips li h3 {
    line-height: 28px;
    text-transform: capitalize;
    color: #2d2d2d;
    font-family: OpenSans-Semibold;
    margin-bottom: 3px
}

#sizeGuideNew .newSizeBody .measure .bust-waist-hips li h3 span {
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #2d2d2d;
    color: #fff;
    font-family: OpenSans-Bold;
    font-size: 13px;
    line-height: 28px;
    margin-right: 11px;
    text-align: center
}

#sizeGuideNew .newSizeBody .measure .bust-waist-hips li p {
    font-size: 13px;
    line-height: 18px;
    margin-left: 37px
}

#sizeGuideNew .newSizeBody .more-help {
    margin-top: 12px
}

#sizeGuideNew .newSizeBody .more-help__link {
    display: inline-block;
    font-size: 12px;
    color: #666
}

#sizeGuideNew .newSizeBody .no-show-measure .size_body_table .sizechart-content-container {
    max-width: 100%
}

#sizeGuideNew .newSizeBody .no-show-measure .size_body_table .sizechart-content-container .mod-table {
    min-width: 100%
}
