
.shop {
    /*margin-top: 0.3rem;*/
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.product-row {
    
}

.product-box {
    /* border: 0.02rem solid #1c6ab44a;	
    padding: 0.2rem 0; */
    border: none;
    padding-bottom: 0.3rem;
    border-radius: 0.3rem;
    position: relative;
}

.shop-img {
    
}
.shop-img img {
    width: 2.6rem;
    height: 2.6rem;
}

.shop-text {
    position: relative;
    margin-left: 0rem !important;
    padding: 0 0.1rem;
    width: 100%;
    background-image: url("../img/shuiyin.jpg");
    background-repeat: no-repeat;
    background-size: 4rem 2.6rem;
}


.main-title {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
}

.sub-title {
    color: #999999;
    font-size: 0.26rem;
}

.grey-price {
    font-size: 0.24rem;
    color: #999999;
    text-decoration:line-through;
    font-weight: 500;
    margin-left: 0.14rem;
}

.red-price {
    color: #ED2730;
    font-size: 0.36rem;
	font-weight: 700;
    line-height: 1;
    margin-top: 0.6rem;
}
.twd{
    font-size: 0.22rem;
    margin-right: 0.06rem;
}

.buy-button {
    position: absolute;
    top: 1.1rem;
    right: 0.2rem;
    
}

.buy-button button {
    width: 3.4rem;
    height: 0.72rem;
    background: #1C6AB4;
    box-shadow: 0px 0.02rem 0.04rem 0px rgba(33, 62, 108, 0.5);
    border-radius: 0.08rem;
    color: #FFFFFF;
    border: none;
    font-size: 0.28rem;
    font-weight: 500;
}

.explain {
    color: #1C6AB4;
    font-size: 0.24rem;
    margin-top: 0.29rem;
    padding-left: 0.11rem;
    padding-right: 0.11rem;
}
.grey-line{
	/*width: 100%;
	height:0.2rem;
	background: #F5F5F5;
    margin: 0 auto;*/

}

.product-content h2{
	text-align: center;
	margin-top: 0.4rem;
	margin-bottom: 0.55rem;
}

.product-content{
	/*padding-left: 0.3rem;
	padding-right: 0.3rem;*/
}

.product-content .detailed p{
	font-size: 0.28rem;
	line-height: 0.36rem;
}

.product-content .detailed .text{
	margin-bottom: 0.38rem;
}
.product-content .detailed .text .unfold{
	float:right;
	margin-right: 0.2rem;
}
.product-content .detailed .img img{
	width: 100%;
}

.product-content .detailed .img-increase{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.product-content .detailed .text-xiala{
	margin-bottom: 0.58rem;
}.header-seize_seat {
  height: 1rem;
}
.breadcrumb-box {
  margin-top: 1rem;
}
.breadcrumb-box .breadcrumb {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.shop-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.shop-img .img-slide {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  margin: 0 auto;
  height: 4.3rem;
}
.shop-img .img-slide img {
  width: 100%;
  height: 100%;
}
.present {
  border: 1px solid #cbe7ff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.present .ls {
  display: flex;
  align-items: center;
  position: relative;
}
.present .ls:last-child:after {
  display: none;
}
.present .ls:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cbe7ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.present .ls .s1 {
  width: 1.6rem;
  background-color: #edf5fc;
  text-align: center;
  flex-shrink: 0;
  height: 100%;
  font-weight: 700;
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.present .ls .s2 {
  font-size: 0.26rem;
  padding: 0.3rem 0.2rem 0.3rem 1.8rem;
  flex-grow: 1;
  font-weight: 400;
}
.goods-label-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
  margin-bottom: 0.14rem;
}
.goods-label-sec .goods-label {
  border: 0.03rem solid var(--main-color);
  font-size: 0.22rem;
  border-radius: 0.06rem;
  color: var(--main-color);
  font-weight: 500;
  padding: 0 0.1rem;
}
.sales-sec {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sales-sec .sales-week {
  font-size: 0.22rem;
}
.sales-sec .sales-week span {
  font-size: 0.24rem;
  font-weight: 700;
  color: #1C6AB4;
  background-color: #ebf5ff;
  padding: 0rem 0.04rem;
}
.sales-sec .order-views {
  position: relative;
  height: 0.4rem;
  overflow: hidden;
  flex: 1;
}
.sales-sec .order-views .sales-swiper {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 1s 2s cubic-bezier(0.5, 0, 0, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sales-sec .order-views .sales-swiper .viewtext {
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  height: 0.4rem;
  color: #999;
}
.sales-sec .order-views .sales-swiper .viewtext .viewicon {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.06rem;
  fill: #999;
}
.sales-sec .order-views .sales-swiper .sales-now {
  display: inline-block;
  font-size: 0.22rem;
  color: #1C6AB4;
  background-color: #ebf5ff;
  padding: 0 0.2rem;
  border-radius: 99rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.ensures {
  color: #999;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem 0;
  margin-top: 0.04rem;
}
.ensures .icons {
  margin-bottom: 0.16rem;
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  justify-content: space-between;
}
.ensures .icons:last-child {
  margin-bottom: 0;
}
.ensures .icons .ioc {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 700;
}
.ensures .icons .ico-sub {
  display: flex;
  align-items: center;
}
.ensures .icons .salesicon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  fill: #1C6AB4;
}
.secret {
  margin-top: 0.6rem;
  display: flex;
  border: 0.02rem solid var(--main-color);
  border-radius: 0.2rem;
  padding: 0.2rem 0.2rem 0.2rem 0.1rem;
  align-items: center;
}
.secret .packageleft {
  flex: 1;
  position: relative !important;
}
.secret .packageleft .packageicon {
  transform: scale(1.2);
}
.secret .packageleft .stamp-text {
  position: absolute;
  display: block;
  transform: rotate(-20deg) scale(0.5);
  opacity: 0;
  top: 38%;
  left: 10%;
  color: var(--main-color);
  border: 0.03rem solid var(--main-color);
  padding: 0.04rem 0.12rem;
  border-radius: 0.06rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
}
.secret .packageleft .stamp-text.stamp-text-show {
  animation: stamp 0.5s ease-in-out forwards;
}
@keyframes stamp {
  0% {
    transform: rotate(-20deg) scale(4);
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  70% {
    transform: rotate(-20deg) scale(1.2);
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
  }
  80% {
    transform: rotate(-20deg) scale(0.9);
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: rotate(-20deg) scale(1);
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.secret .packageright {
  flex: 3.5;
}
.secret .packageright .packagetext {
  font-size: 0.24rem;
  display: flex;
  line-height: 1.3;
  margin-top: 0.1rem;
  letter-spacing: 0.005rem;
}
.secret .packageright .packagetext:first-child {
  margin-top: 0;
}
.secret .packageright .packagetext .righticon {
  width: 0.26rem;
  height: 0.26rem;
  flex-shrink: 0;
  margin-right: 0.06rem;
}
.secret .packageright .packagetext strong {
  text-decoration: underline;
  text-underline-offset: 0.04rem;
  text-decoration-color: var(--main-color);
}
.add {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
}
.add .additem {
  align-items: center;
  display: flex;
  font-size: 0.24rem;
  font-weight: 500;
  color: #000;
  padding: 0.1rem 0.3rem;
  background-color: #edf5fc;
  margin: 0.06rem 0;
  border-radius: 0.08rem;
}
.add .additem .addicon {
  width: 0.44rem;
  height: 0.44rem;
  fill: var(--main-color);
  margin-right: 0.2rem;
  -webkit-text-stroke-width: 0;
}
.add .additem .addnum {
  font-weight: 700;
  font-size: 0.24rem;
  color: var(--main-color);
}
.detailed {
  margin-bottom: 15vh;
}
