     html,body{
         background-color: #fff;
         overflow-x: hidden;
         
     }
     
     
     
   .icon-search{
         background-image: url(/image/icon/search.png);
    }
    .icon-edit{
         background-image: url(/image/icon/edit.png);
    }
    
    .icon-del{
        background-image: url(/image/icon/del.png);
    }    
     .page-head{
        width:calc(100% - 8rem);
        margin-left: 4rem;
         box-sizing:border-box;
         height: auto;
         
     }
      input {
            background: none;
            outline: none;
        }
      select,input{
         border: 1px  solid #ccc;
         width: 12rem;
         height: 3rem;
         line-height: 3rem;
         margin-right: 2rem;
         margin-bottom: 1rem;
         text-indent: 1rem;
     }
    
     .input-range  input{
         width: 6rem !important;
     }
     
         input[type="date"]{
         width: 16rem;
     }
     
     .date-input{
         width: 16rem;
     }
     label,em{
         margin-right: 1rem;
     }
     
  
     
     .page-head{
    margin-top:1rem;
    }


.page-head >div{
         width: 100%;
         height:auto;
         line-height:3.5rem;
         margin-bottom: .5rem;
  }
 .nav-box{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        
    }
 
    .nav-box>div:first-child{
        min-width:4rem;
        width: auto;
        height:3.5rem;
    }
    
    .nav-box>div:last-child{
        width: calc(100%);
    }
     
     .page-head-nav{
         margin:.5rem 0 0 1rem;
         width: auto;
         height: 3.5rem;
         line-height: 3.5rem;
         text-align: center;
         border: 1px solid #ccc;
         border-radius: 3px;
        padding: 0 1rem 0  1rem;
        display: inline-block; /* 将行内元素转换为行内块元素 */
        word-wrap: break-word; /* 允许在边界内任意位置断行 */
     }
       
  /* 基础hover效果 */
.page-head-nav:hover {
    color: #fff;
    border: 1px solid #42C3AF;
    background-color: #42c3af75;
    user-select: none;
    transition: all 0.2s ease;
}

/* 点击效果 - 覆盖hover */
.page-head-nav.activeClick {
    color: #42C3AF !important;
    border: 1px solid #42C3AF !important;
    user-select: none;
}

/* 确保点击后hover不会变回半透明 */
.page-head-nav.activeClick:hover {
    color: #42C3AF !important;
    border: 1px solid #42C3AF !important;
}
  
.list-title{
    position: relative;
    width:calc(100% -  8rem);
    margin:4rem 4rem  2rem 4rem;;
    height: 1rem;
    line-height:1rem;
    border-bottom:  2px solid #f3f9f1;
   font-size: 1.8rem;
   font-weight:700;
   color: #161823;
}

.list-title>span:first-child{
    position: absolute;
    left: 0;
    top:-1.5rem;
    width: 15rem;
    height:5rem;
    line-height:5rem;
    text-align: center;
    border-radius: 5rem;
    background-color: #f3f9f1;
}

.list-out{
    width: calc(100% - 8rem);
    min-height:20rem;
    height: auto;
    margin:5rem 4rem 1rem  4rem;
    content-visibility: auto;
}

.list-box-out{
    position: relative;
    width: 100%;
    height:  auto;
       border: 1px solid #f3f5f7;
    border-radius: 1rem;
    margin-top:2rem;
}
       

              .button-a{
         color: #fff;
     }
     .list-box{
         justify-content: space-between;
     }
     
     
     .list-itemA>div>div{
         margin-bottom: .3rem;
     }
     
     .list-itemA img{
         width: 7rem;
         height: 7rem;
         border-radius: 7rem;
     }
     
     
     .list-gouxuan{
    position: absolute;
    left:.5rem;
    top:.5rem;
    width: 2rem;
    height: 2rem;
}

.list-box{
    display:flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 17rem;
    box-sizing: border-box;
}

.box2:hover,.list-box-out:hover{
    background-color: #f6fff4;
    border:1px solid  #99CCDD;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}



.list-item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: 100%;
    line-height: 100%;
    text-align: center;
}
.list-item > div{
    margin-bottom: 1rem;
}
.list-box>.list-itemA{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.list-itemA > img{
    width: 9rem;
    height: 9rem;
    border-radius: 100%;
    margin-right: 1rem;
}

.title-wrap{
    line-height: 1.8rem;
    margin-bottom:1rem;
}


.list-tips{
    width: 100%;
    height: 4rem;
    margin:1rem;
    
}


/*列表底部按钮*/

       .list-operate{
           width:calc(100% - 6rem);
           margin-left: 6rem;
           height:4rem;
           line-height: 4rem;
           display: flex;
           align-items: center;
       }

       .list-operate >span:hover{
           opacity: 0.8;
       }
      
       .list-operate label{
           width:auto;
           display: inline-block;
           height: 2rem;
           line-height:2rem;
           text-align: center;
       }
       .list-operate label input{
           width: 2rem;
           height: 2rem;
          margin-right:.5rem;
       }
       
     
       /* 隐藏原生复选框 */
  .custom-checkbox input[type="checkbox"] {
    display: none;
  }
 .custom-checkbox{
     position: relative;
     border:1px solid #ccc;
     font-size: 1.2rem;
     padding:.5rem 0 .5rem 1rem;
     text-align: center;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
 }
  /* 自定义复选框样式 */
  .custom-checkbox label::before {
      position: absolute;
      top:0;
      left:0;
    content: "";
    display: inline-block;
    width: 1rem;
    height:1rem;
    border: 1px solid #ccc;
    vertical-align: middle;
     visibility: hidden;
  }

  /* 当复选框被选中时改变背景图像 */
  .custom-checkbox input[type="checkbox"]:checked + label::before {
    content: "✔";
    display: inline-block;
    color: white;
    background-color: #42C3AF;
    border: 2px solid #42C3AF;
    text-align: center;
    visibility: visible;
  }
  
  .custom-checkbox:hover{
      background-color:#42C3AF;
  }
  
  .flex-wrap{
      width: 12rem;
      height: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: space-around;
      -webkit-justify-content: space-around;
      flex-wrap: wrap;
      align-items: center;
  }
  
  
  /*table表*/
     .table-out{
       border-radius: 2rem;
       box-sizing: border-box;
       border: 1px  solid #ccc;
       overflow: hidden;
       z-index: 999;
   }
     .define-table>thead{
       width: 100%;
       height: 5rem;
       background-color:#f9f9f9;
   }

   .define-table  td{
      height: 10rem;
        text-align: center; /* 水平居中 */
  vertical-align: middle; /* 垂直居中 */
   }
   .define-table{
           box-sizing: border-box;
             width:100%;
				border-collapse:collapse;
			
			}
			.define-table th,.define-table td{
	       
			}
			.define-table th{
				font-weight:bold;
			}
   .define-table tr{
       border-bottom: 1px  solid  #ccc ;
   }
   
   
   

   
        .page-title{
         width: 100%;
         height: 4rem;
         line-height: 4rem;
         text-indent: 8rem;
         background-repeat:  no-repeat;
         background-size: 2rem auto;
         background-position: 4rem center;
         font-size: 1.8rem;
         font-weight: 650;
         background-color: #f9f9f9;
     }
     

   .page-close{
        position: absolute;
        right:2rem;
        top:1rem;
        width: 3rem;
        height: 3rem;
        border-radius:3rem;
    }
    .page-close:hover{
     background-color:#009966;  
     user-select: none;
    }
    
    
    
    /*分页CSS*/
              
          
          
          .list-fenye{
              height:auto;
              width:calc(100% - 10rem);
              margin-left: 5rem;
          }
          .list-fenye>*{
              margin-right: 1rem;
          }
          .list-fenye>span{
              padding: 0 .5rem 0  .5rem;
              min-width:3rem;
              border: 1px solid #ccc;
              display: inline-block;
              height: 3rem;
              line-height: 3rem;
              text-align: center;
          }
         .list-fenye>span:hover{
              border-color:#c0ebd7;
              background-color:#c0ebd7;
              user-select: none;
         }
          .list-fenye>.list-fenye-actvie{
              border-color:#c0ebd7;
              background-color:#c0ebd7;
          }
          
          .list-fenye > input{
              width:5rem;
          }
          
          
          
          
          /*页面标题*/
               .page-title{
         width: 100%;
         height: 4rem;
         line-height: 4rem;
         text-indent: 8rem;
         background-image: url(/image/icon/edit.png);
         background-repeat:  no-repeat;
         background-size: 2rem auto;
         background-position: 4rem center;
         font-size: 1.8rem;
         font-weight: 650;
         background-color: #f9f9f9;
         
     }
     
     
     
     .pic-box{
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    width: 100%;
    height: auto;
    padding: 1rem;
    box-sizing:border-box;
}
.preview-annex{
    position: relative;
    width:calc(25% - 1rem);
    height: auto;
    aspect-ratio: 1 / 1; 
    max-height: 30rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.preview-annex>img{
  width:100%;
  height:100%;
}

.preview-annex >.delete-icon{
    position: absolute;
    bottom: .5rem;
    right: .5rem;
}


.preview-annex-a{
    position:fixed;
    top:0;
    left: 50%;
    margin-left:-30rem;
    width:60rem;
    height: auto;
    z-index: 9999;
    user-select: none;
}



.operate-list{
    width: 100%;
    min-height:5rem;
    height: auto;
    background-color: #eee;
    margin-top:3rem;
    padding: 1rem;
     max-height:50rem;
      overflow-y: auto;
}


  .status-box{
      display: flex;
      justify-content: space-around;
      -webkit-content: space-around;
      margin:1rem 3rem  1rem  3rem;
      padding: 1rem;
  }




/*文本单行显示*/
.single-line-ellipsis {
  white-space: nowrap;      /* 确保文本在一行内显示 */
  overflow: hidden;         /* 隐藏溢出的内容 */
  text-overflow: ellipsis;  /* 使用省略号表示文本溢出 */
}




.tips-b{
    font-size: 1rem;
    padding: .3rem;
    border-radius: .3rem;
    color: #8C8C8C;
    background-color: #F2F2F2;
    
}


.tips-c{
    font-size: 1rem;
    padding: .3rem;
    border-radius: .3rem;
    color:  #ff6666;
    background-color:#ffe5e5;
    
}

.tips-d{
    font-size: 1rem;
    padding: .3rem;
    border-radius: .3rem;
    color:#ffd43b;
    background-color:#fffeda;
    
}

.font-f{
    /*用于显示数字*/
    font-weight:700;
    color:#ff761a;
    font-size: 1.8rem;
}





/*状态按钮CSS*/
     .page-center-out{
         width: 100%;
         display: flex;
         display:-webkit-flex;
         justify-content: center;
         -webkit-justify-content: center;
         margin-top:2rem;
     }
     .goods-status{
         width:auto;
         height: 5rem;
         box-sizing: border-box;
          padding-left:1rem;
         line-height: 5rem;
         border-radius: 5rem;
         border: 2px solid #d6ecf0;
         display: flex;
         display: -webkit-flex;
         justify-content: space-between;
         -webkit-justify-content:space-between;
           align-items: center;
         align-content: center;
         box-shadow: 5px 5px 5px  rgba(214, 236, 240, 0.5)
     }
     
     .goods-status>div{
         min-width:10rem;
         width: auto;
         height: 4rem;
         line-height:4rem;
         text-align: center;
          border-radius: 4rem;
          font-size: 1.5rem;
          font-weight: 650;
          margin-right: 1rem;
          padding-left: .5rem;
          padding-right: .5rem;
     }
     
    .goods-status>div>span{
      width: auto;
      margin-right:.5rem;
      color: #88ada6;
      border-radius:2px;
    }
     .bg-color{
       background-color: #d6ecf0;
       color: #003366;
         user-select: none;
     }
     
.goods-status>div:hover{
    background-color: #d6ecf0;
    color:#003366;
      user-select: none;
}    







.shop-name{
    color:#0099CC;
    font-weight: 750;
    width: 20rem;
     height:auto;
    line-height:2rem;
    margin-bottom: .5rem;
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 修改搜索框清除按钮的颜色 */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><path fill="%23999" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><path fill="%23333" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat;
    background-size: contain;
}




.delete-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
    width: 2rem;
    height: 2rem;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
    padding: 4px;
}

/* 鼠标悬停特效 */
.delete-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff4757' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
    background-color: #fff5f5;
    transform: scale(1.1);
}

/* 点击效果 */
.delete-icon:active {
    transform: scale(0.95);
    background-color: #ffeaea;
}

/* 不同大小 */
.delete-icon.large {
    width: 30px;
    height: 30px;
    padding: 6px;
}

/* 禁用状态 */
.delete-icon.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.delete-icon.disabled:hover {
    transform: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
}