::-webkit-scrollbar {
  width: 1px;
  height: 1px
}

::-webkit-scrollbar-track {
  /*background: rgba(26, 26, 46, 0.5);*/
}

::-webkit-scrollbar-thumb {
  /*background: #0a1116;*/
  border-radius: 4px
}

[v-cloak]{
  display:none;
}

.hide{
  display: none;
}

.t-center{
  text-align: center;
}

.w-100{
  width: 100%;
}

.font-13{
  font-size: 13px;
}

.font-14{
  font-size: 14px;
}

.font-15{
  font-size: 15px;
}

.font-16{
  font-size: 16px;
}

.font-18{
  font-size: 18px;
}

.page {
  padding: 18px 15px 70px 20px;
  background-color: #ffffff;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.page.main{
  padding-top: 55px;
}
a {
  text-decoration: none;
}
p{
  margin: 0;
}
.diy-form .el-input__inner{padding: 20px 15px;height: auto;line-height:normal;}
.diy-form .el-input .el-input__clear{font-size: 16px;}
.ml-5 {
  margin-left: 5px;
}
.ml-3 {
  margin-left: 3px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-5 {
  margin-top: 5px;
}
.group {
  padding-left: 14px;
}
.image {
  width: 28px;
  height: 11px;
}
.image_2 {
  width: 17px;
  height: 11px;
}
.image_3 {
  width: 15px;
  height: 11px;
}
.image_4 {
  width: 24px;
  height: 11px;
}
.group_2 {
  margin-top: 60px;
}
.image_5 {
  width: 20px;
  height: 60px;
}
.image_6 {
  margin-top: 2px;
}
.image_7 {
  margin-top: 12px;
}
.image_8 {
  margin-top: 12px;
}
.text {
  margin-top: 40px;
  color: #1a1a1a;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 18px;
}
.group_3 {
  margin-top: 76px;
}
.text-wrapper {
  margin-right: 5px;
  padding: 20px 0;
  border-radius: 10px;
  border: solid 1px #1a1a1a33;
}
.font {
  font-size: 16px;
  font-family: Poppins;
  line-height: 14.5px;
  color: #1a1a1a;
}
.text_2 {
  margin-left: 22px;
  line-height: 15px;
}
.group_4 {
  margin-right: 5px;
  padding: 16px 18px 16px 20px;
  border-radius: 10px;
  border: solid 1px #1a1a1a33;
}
.image_9 {
  width: 24px;
  height: 24px;
}
.font_2 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 13px;
  color: transparent;
}
.font_4{
  font-size: 14px;
  font-family: Poppins;
  line-height: 13px;
  color: #1a1a1a;
}
.text_3 {
  color: #00cdb3;
}
.text_4 {
  margin-right: 2px;
  line-height: 13px;
}
.text-wrapper_2 {
  padding: 20px 0;
  background-image: linear-gradient(170.5deg, #0297a9 0%, #00cdb3 100%);
  border-radius: 10px;
}
.text_5 {
  color: #ffffff;
}
.group_5 {
  margin-top: 145px;
  padding: 0 3px;
  height: 75px;
}
.group_6 {
  margin-top: 62px;
  line-height: 13px;
}
.text_7 {
  color: #1a1a1a;
  line-height: 13px;
}
.section {
  margin-top: -76px;
  padding: 12px 0 8px;
  background-image: linear-gradient(135deg, #0297a9 0%, #00cdb3 100%);
  border-radius: 50%;
  width: 64px;
}
.image_10 {
  width: 30px;
  height: 30px;
}
.image_11 {
  width: 38px;
  height: 38px;
}
.text_6 {
  color: #ffffff;
  font-size: 10px;
  font-family: Poppins;
  line-height: 9px;
}
.text_8{
  color: transparent;
  font-size: 14px;
  font-family: Poppins;
  line-height: 15.5px;
  color: #00cdb3;
}

/* 弹窗 */
.pop-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;	
  display: flex;
  justify-content: center;
  align-items: center;  
  background-color: #dcdcdc59;
  backdrop-filter: blur(15px);
}
.section-view {
  margin: 0 20px;
  padding: 23.5px 20px 19.5px;
  background-color: #ffffff;
  border-radius: 20px;
  width: -webkit-fill-available;
}
.pop-tit{
  font-size: 24px;
  font-family: Poppins;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 23px;
}
.pop-subtit{
  font-size: 16px;
  font-family: Poppins;
  margin-top: 16px;
  color: #1a1a1a;
  line-height: 19px;
  text-align: center
}
.input-box{
  margin-top: 16.5px;
  padding: 0 14px
}

/* 验证码框 */
.code-input-wrapper {
  display: inline-block;
}
.inputs {
  display: flex;
  gap: 10px;
}
.digit {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 30px;
  text-align: center;
  color: #1a1a1a;
  outline: none;
}
.digit:focus {
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
  border-color: #3b82f6;
}

.image-log{
  width: 130px;
  height: 130px;
}

/*顶部导航*/
.header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 640px;
  width: 100%;
  z-index: 1000;
  padding: 15px 20px;
  margin: 0 auto;
}
.back-img{
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* 底部导航 */
.bottom-nav{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1000;
  padding: 10px 0;
  max-width: 640px;
  margin: 0 auto;
}

.bottom-nav .nav-item{
  padding: 4px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-nav .nav-item .nav-image{
  width: 24px; height: 24px;
}

.bottom-nav .nav-item .nav-text{
  font-size: 12px;
  font-family: Poppins;
  color: #000000
}

.bottom-nav .nav-item.active .nav-text{
  color: #0297a9;
}

.search-box .search-input{
  padding: 8px 20px;
  background-color: #9f9e9a0d;
  border-radius: 10px;
  flex: 1;
}

.search-box .search-input img{
  width: 24px;
  height: 24px;
}

.search-box .search-input .el-input__inner{
  font-size: 16px;
  border: 0;
  background: transparent;
}

.search-box .service-box{
  padding: 0 15px;
}

.search-box .service-box img{
  width: 24px;
  height: 24px;
}

.search-box .service-box span{
  font-size: 12px;
  font-family: Poppins;
  color: #000000;
}

.cyber-card{
  border-radius: 15px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
}

.carousel-img{
  height: 100%; border-radius: 10px; width:100%;object-fit: cover;
}

.menu-box{
  margin: 15px 0;
  background-color: #9f9e9a0d;
  border-radius: 8px;
}

.menu-box .menu-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 6px 0;
}

.menu-box .menu-item>img{
  width: 48px;
  height: 48px;
}

.menu-box .menu-item>span{
  font-size: 12px;
  font-family: Poppins;
  color: #000000;
  margin-top: 11px;
}

.tab-container{
  display: flex;
  padding: 5px;
  margin: 15px 0;
  gap: 16px;
}

.tab-container .tab-item {
  flex: 1;
  padding: 12px;
  text-align: center;
  background-color: #efefef;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-container .tab-item.active{
  background-image: linear-gradient(164.8deg, #0297a9 0%, #00cdb3 100%);
  color: #fff;
}

.tab-container-scroll{
  display: flex;
  margin: 15px 0;
  gap: 16px;
  overflow-x: scroll;
}

.tab-container-scroll .tab-scroll-item{
  padding: 10px 16px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  white-space: nowrap;
  border: solid 1px #9f9e9a33;
  font-size: 12px;
}

.tab-container-scroll .tab-scroll-grey-item{
  padding: 10px 16px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  white-space: nowrap;
  font-size: 12px;
  color: #686666;
  background-color: #efefef;
}

.tab-container-scroll .tab-scroll-item.active,.tab-container-scroll .tab-scroll-grey-item.active{
  color: #ffffff;
  background-image: linear-gradient(156deg, #0297a9 0%, #00cdb3 100%);
}

.font_3{
  font-size: 16px;
  font-family: Poppins;
  font-weight: 700;
  color: #1a1a1a;
}

.font_3_n{
  font-size: 16px;
  font-family: Poppins;
  color: #1a1a1a;
}

.tip-text{
  color: #e64646!important;
}

.product-box{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 15px;
  overflow: auto;
}

.product-card{
  padding-bottom: 6px;
  background-color: #9f9e9a0d;
  border-radius: 7.5px;
}

.product-image {
  width: 100%;
  height: 162px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s;
}

.goods_name{
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  color:#1a1a1a;
}

.goods_mat{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px;
}
.goods_mat p{
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: transparent;
  background-image: linear-gradient(163.6deg, #e64646 5.1%, #e87777 89.6%);
  background-clip: text;
}
.goods_mat span{
  font-size: 12px;
  font-family: Poppins;
  color: #9f9d9a;
}

.loading-text{
  text-align: center; padding: 30px 20px; color: #101010;
}

/*商品订单列表*/
.order-item{
  border-radius: 15px;
  padding: 12px;
  display: flex;
  gap: 10px;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}

.order-item .order-image{
  border-radius: 10px;
  width: 89px;
  height: 89px;
}

.order-info {
  flex: 1;
}

.order-info .goods-name{
  font-size: 16px;
  font-family: Poppins;
  color: #1a1a1a;
}

.order-info .order-sn{
  font-size: 13px;
  font-family: Plus Jakarta Sans;
  color: #9f9d9a;
}

.order-info .goods-num{
  font-size: 14px;
  font-family: Poppins;
  color: #1d0808;
}

.order-info .goods_price{
  font-size: 14px;
  color: #9e9e9e;
  text-decoration-line: line-through;
}

.order-info .real_price{
  font-size: 16px;
  color: #e64646;
  font-weight: 700;
}

.order-status {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.status-pending {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  border: 1px solid #ffc107;
}

.status-paid {
  background: rgba(0, 245, 255, 0.2);
  color: #00f5ff;
  border: 1px solid #00f5ff;
}

.status-completed {
  background: rgba(0, 255, 136, 0.2);
  color: #00ff88;
  border: 1px solid #00ff88;
}

.status-refused {
  background: rgba(244, 67, 54, 0.2);
  color: #ff00ff;
  border: 1px solid #ff00ff;
}

/* 详情列表 */
.mat-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mat-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mat-item .item-title{font-size: 15px; color: #000000;}
.mat-item .item-con{font-size: 15px; line-height: 10.5px;color: #686666;}
.remark-con{
  margin-right: 10px;
  padding: 12px 8px;
  border-radius: 15px;
  margin-top: 15px;
  min-height: 100px;
  border: dotted 1px #0297a9;
}

/**/
.spe-nav{
  padding: 15px 0;
  margin: 10px;
  background-image: linear-gradient(170.9deg, #0297a9 0%, #00cdb3 100%);
  border-radius: 10px;
  width: 100%;
}

@media (min-width: 640px) {
  .spe-nav{margin: 10px auto;}
}

.opr-btn{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.opr-btn:not(:last-child){
  border-right: 1px solid #fff;
}

.opr-btn img{
  width: 24px;
  height: 24px;
}
.opr-btn span{
  font-size: 16px;
  font-family: Poppins;
  color: #ffffff;
}

.b-b{
  border-bottom:1px solid #9f9e9a1a;
}

.goods-mation{
  padding: 15px 0;
}

.goods-mation .goods-name{
  color: #1a1a1a;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 24px;
}

.goods-mation .goods-price{
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 18px;
  color:#e64646 ;
}
.goods-mation .goods-sale{
  font-size:14px;
  color: #9f9d9a;
}

/* 评价列表 */
.reviews-list {}

.review-item {
  border-bottom: 1px solid #9f9e9a2b;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.review-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.review-item:hover::before {
  transform: scaleX(1);
}

.review-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  background: #01b4ae;
}

.user-avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

.review-info {
  flex: 1;
}

.user-name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.review-stars {
  color: #01b9b0;
  font-size: 14px;
}

.review-date {
  color: #9f9d9a;
  font-size: 13px;
}

.review-content {
  color: #9f9d9a;
  line-height: 1.8;
  margin-bottom: 15px;
}

/*支付*/
.num-input{
  width: 50px;
  text-align: center;
  border: 1px solid #1a1a1a1a;
}
.pay-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}
.pay-box .pay-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 6px;
  align-self: stretch;
  padding: 10px 13px;
  background-color: #fafafa;
  border-radius: 5px;
}
.pay-box .item-con{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;
  padding: 0 10px;
}
.pay-box .item-con p{
  font-size: 16px;
  color: #000000;
}
.pay-box .item-con span{
  font-size: 15px;
  color: #9f9d9a;
}

.total-box{
  margin: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.mine-box{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  align-self: stretch;
  background-color: #00b489;
  padding: 20px 25px;
  color: #fff;
  border-radius: 16px;
}

.mine-account{
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

.mine-balance{
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.5px;
}

.sub-btn{
  padding: 5px 18px;
  background: #fff;
  font-size: 14px;
  color: #020202;
  font-weight: 700;
  border-radius: 999px;
}

.menu-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.menu-list .menu-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  padding: 15px;
}

.menu-list .menu-item:not(:last-child){
  border-bottom:1px solid #9f9e9a3c;
}

.menu-list .menu-item .menu-tit{
  font-size: 16px;
  color: #1a1a1a;
  margin: 0 10px;
  flex: 1;
}

.balance-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px;
  margin: 10px 0;
  position: relative;
  border: 1px solid #9f9e9a3c;
  gap: 6px;
  background: #fff;
}
.balance-item .type-btn{
  display: inline-block;
  background: #efefef;
  color: #696868;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin: 0 5px;
}
.balance-item .type-btn.spe{
  background: #00cdb3;
  color: #ffffff;
}

.balance-item .val-text{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.balance-item .remark-text{
  font-size: 15px;
  color: #000;
}
.balance-item .time-text{
  font-size: 13px;
  color: #686666;
  text-align: right;
}

/*弹窗*/
/* 弹窗背景 */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* 弹窗内容 */
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  max-width: 300px;
  width: 90%;
}

.modal-content .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  border: none;
  background: none;
  width: 24px;
  cursor: pointer;
}

.modal-content img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.main-text{
  font-size: 24px;
  color: #101010;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
}
.stats-container{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stat-card{
  flex: 1;
  padding: 18px 12PX;
  text-align: center;
  position: relative;
}
.stat-card .star-title{
  font-size: 14px;
  color: #9f9d9a;
  margin-bottom: 5px;
}
.stat-card .stat-value{
  font-size: 18px;
  color: #101010;
  font-weight: 700;
}

.promotion-item{
  display: flex;
  flex-direction: column;
  border: 1px solid #9f9d9a2b;
  border-radius: 10px;
  gap: 5px;
  padding: 15px;
  margin: 15px 0;
}

.ancillary-main{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 3px 20px;
}
.ancillary-main img{border-radius: 50%;width: 40px;height: 40px;}
.ancillary-main span{
  font-size: 16px;
  line-height: 16px;
  color: #1a1a1a;
  margin-left: 14px;
}

.ancillary-box{
  margin: 10px 0;
}
.ancillary-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  border-bottom: solid 1px #9f9e9a1a;
}
.ancillary-item .item-con{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;
  padding: 0 10px;
}
.ancillary-item .item-con p{
  font-size: 16px;
  color: #1a1a1a;
}
.ancillary-item .item-con span{
  font-size: 15px;
}

.wallet-main{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 3px 20px;
  gap: 15px;
}

.wallet-main img{width: 40px;height: 40px;}

.wallet-main p{
  font-size: 16px;
  line-height: 16px;
  color: #1a1a1a;
  flex: 1;
}

.wallet-main span{
  font-size: 16px;
  line-height: 16px;
  color: #0087f3;
  margin-left: 14px;
}

.option-box{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 10px;
}

.option-box .option-item{
  flex-basis: calc(50% - 5px);
  border: 1px solid #DCDFE6;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
}

.option-box .option-item.active{
  border: 1px solid #e64646;
}

.option-box .option-item p{
  color: #0C0C0C;
  font-weight: 600;
}
