
.container .tool{
  width: 100%;
}
.container .tool ul{
  display: flex;
  padding: 19px;
}
.container .tool li{
  border: 1px #eee solid;
  width: 100%;
  /*max-width: 100px;*/
  float: left;
  text-align: center;
  border-radius: 2px;
  margin-right: 30px;
  padding: 20px 0px 12px 0px;
  /*background: #eee;*/
}
.container .tool li:hover{
  background: #ccc;
}
.container .tool li:last-child{
  margin-right: 0px;
}
.container .tool li i{
  font-size:28px;
  color:#666;
  display: block;
  margin:auto;
}
.container .tool li span{
  line-height: 30px;
  font-size: 12px;
}



/*列表工具条统一样式*/
.container .toolbar{
  /*等待定义公共样式，财务数据概览页*/
  /*整理 搜索框 日期 等....*/
  min-height: 32px;
}
.container .toolbar span{
  line-height: 32px;
  padding-left: 5px;
}

/*列表工具条按扭*/
.container .toolbar .button{
  /*margin-bottom:30px;*/
  margin-top: 6px;
}
.container .toolbar .button a{
  margin-right:5px;
  border: 1px #ccc solid;
  padding: 5px 16px 5px 16px;
  border-radius: 2px;
  line-height: 15px;
  box-sizing: border-box;

}
.container .toolbar .button a:hover{
  background: #eee;
}


/* 编辑页table样式 */
.TableEdit{
  margin-top: 30px;
  margin-left: 10px;
}
.TableEdit tbody tr th, .TableEdit tbody tr td{
  padding-bottom: 15px;
}
.TableEdit tbody tr td{
  padding-left: 6px;
}
.TableEdit tbody tr th{
  padding-right: 8px;
  text-align: right;
  font-weight: 100;
  width: 90px;
}
.TableEdit tbody input{
  box-sizing: border-box;
  border-radius: 2px;
  border-width: 0;
  height: 32px;
  float: left;
}
.TableEdit tbody textarea, .TableEdit tbody input[type='text'], .TableEdit tbody input[type='password']{
    width: 460px;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.TableEdit tbody input[readonly='readonly'], .TableEdit tbody input[readonly]{
    background: #f2f2f2;
}

.TableEdit tbody input[type='text']:hover{
    border: 1px solid #999;
}
.TableEdit tbody input[type='password']:hover{
    border: 1px solid #999;
}
.TableEdit tbody textarea {
  font-size: 12px;
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
  padding: 10px;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: transparent;
  min-height: 80px;
  font-family: none;
  background: none;
  outline: none;
  resize: none;
  border:#ccc 1px solid;
  white-space: pre-wrap;
  word-wrap: break-word;
  
}
.TableEdit tbody textarea:hover{
  border:#999 1px solid;
  background-color: transparent;
}
.TableEdit tbody .sod_select, .TableEdit tbody .sod_select .sod_list{
  width: 460px;
}
.TableEdit tfoot tr td{
  padding-left: 6px;
  padding-top:10px;
}

.TableEdit tbody .code{
  position: relative;
}
.TableEdit tbody .code a{
  position: absolute;
  top: 5px;
  right: 122px;
  background:#eee;
  padding: 2px 10px;
  border-radius: 2px;
}

.TableEdit tbody textarea{
  font-size: 13px;
  color: #333;
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
}


/*弹窗iframe样式*/
.iframe{
    width: 100%;
    min-height: 100%;
    padding: 20px 30px 50px 30px;
    box-sizing: border-box;
    background: #fff;
}


/* div下拉补充样式 */
.container .div-select{
    width: 100px;
    float: left;
    border-radius: 2px;
    margin-right: 8px;
}
.container .div-select:hover{
    border: 1px solid #999;
}

/*日期查询*/
/*.container .date{
    float: left;
    margin-right: 8px;
    margin-bottom:20px;
}*/
/*.container .date{
    box-sizing: border-box;
    border-radius: 2px;
    border-width: 0;
    height: 32px;
    float: left;
    background-image: url(../images/icon/date.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.container .date input::placeholder{
    color: #666;
}
.container .date input::-webkit-input-placeholder{ 
    color: #666;
}*/


.container .date{
    float: left;
    margin-right: 8px;
    width: 90px;
    height: 30px;
    border-radius: 2px;
    padding: 0 0 0 30px;
    border: 1px solid #ccc;
    background-image: url(../images/icon/date.png);
    background-repeat: no-repeat;
    background-position: left center;

}
.container .date input::placeholder{
    color: #000;
}
.container .date input::-webkit-input-placeholder{
    color: #000;
}
.container .date:hover{
    border: 1px solid #999;
}


/*标题*/
.container .tit{
    /*width: 100%;*/
    height: 45px;
    float: right;
}
.container .tit span{
    font-size: 16px;
    height: 30px;
    display: block;
    font-weight: bold;
    float: left;
}
.container .tit span i{
    width: 5px;
    height: 12px;
    background: #000;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
}
.container .tit p{
    line-height: 36px;
    color: #999;
    float: left;
    margin-left: 10px;
}
/*年月份*/
.container .moon{
    width: 100%;
    height: 30px;
    /*margin-bottom: 22px;*/
    box-sizing: border-box;
    display: block;
}
.container .moon a{
    border: 1px #ccc solid;
    margin-right: 8px;
    width: 42px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}
.container .moon a:hover{
    background-color: #ddd;
}
.container .moon .disabled,.container .moon .disabled:hover{
    color: #ddd;
    border: 1px #ddd solid;
    background: #fff;
}

/*财务数据看板 数据概览*/
.container .board { 
  width: 100%;
  display: flex;
}
.container .board ul{
  border: 1px #eee solid;
  width: 100%;
  margin-right: 20px;
  padding: 20px;
  border-radius: 2px;
}
.container .board ul:hover{
  transform: translateY(-2px);
  background: #f8f8f8;
  border:1px #ccc solid;
  /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);*/
}
.container .board li{
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px #efefef solid;
}
.container .board li:last-child{
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.container .board li span{
  width: 100%;
  display: inline-block;
  float: left;
  line-height: 28px;
  padding:0 4px;
  box-sizing: border-box;
}
.container .board li span b{
  float: right;
}
.container .board li h3{
  font-size: 15px;
}

/*文本框样式*/
.search{
    /*margin-bottom: 20px;*/
    width: 600px;
}
.search::after {
    content: "";
    display: table;
    clear: both;
}
.search input{
    box-sizing: border-box;
    border-radius: 2px;
    border-width: 0;
    height: 32px;
    float: left;
    margin-right: 8px;
}
.search input[type='text']{
    width: 260px;
    padding: 0 8px;
    border: 1px solid #ccc;
}
.search input[type='text']:hover{
    border: 1px solid #999;
}
.search input[type='submit']{
    width: 60px;
    cursor: pointer;
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #333;
}
.search input[type='submit']:hover{
    background-color: #999;
    color: #ffffff;
}


/* 添加按扭 */
.managebar {
    float: right;
}
.managebar a {
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  padding: 0 16px 0 12px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #dd7709;
}
.managebar a.add {
  color: #fff;
  background-color: #f88912;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.managebar a.add:hover {
  background-color: #ff7200;
  border: 1px solid #d37107;
}


/*单据编辑样式*/
.ReceiptEdit{
  width: 100%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1300px;
  box-sizing: border-box;
}
.ReceiptEdit .title{
    width: 100%;
    margin-bottom: 20px;
}
.ReceiptEdit .title .name{
    font-size: 24px;
    margin-right: 8px;
}
.ReceiptEdit .title span p{
    color: #999;
    display:inline;
}
/*.ReceiptEdit .input{
    margin-bottom: 20px;
}
.ReceiptEdit .input input{
  border:none;
  border-bottom: 1px solid #ddd;
  padding: 1px;
  width: 130px;
}*/
.ReceiptEdit input:hover{
  border-bottom: 1px solid #999;
  color:#055AAA;
}
.ReceiptEdit table{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 98%;
}
.ReceiptEdit .layout{
    width: 100%;
}
.ReceiptEdit .layout::after {
    content: "";
    display: table;
    clear: both;
}
.ReceiptEdit .layout ul{
    width: 33%;
    float: left;      
}
.ReceiptEdit .layout ul li{
    height: 36px;
    box-sizing: border-box;
}
.ReceiptEdit .layout ul li span{
    width: 70px;
    display: block;
    float: left;
    font-weight: bold;
}
.ReceiptEdit .layout ul li input{
    width: 76%;
    border: none;
    border-bottom: #ccc 1px solid;
    padding-left: 2px;
}

/*单据尾*/
.ReceiptEdit .tail{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ReceiptEdit .tail li:first-child{
    width: 62%;
}
.ReceiptEdit .tail li input{
    border:none;
    border-bottom: #ccc 1px solid;
    padding-left: 2px;
    height: 20px;
}
.ReceiptEdit .tail li{
    float: left;
    min-width: 12%;
}
.ReceiptEdit .tail li span{
    float: left;
    font-weight: bold;
}
.ReceiptEdit .tail li input{
    float: left;
    width: 100px;
    margin-right: 20px;
}
.ReceiptEdit .tail .div-select{
    border:none;
    height: none;
    padding: 0;
    width: 60px;
    background-image: none;
    margin-right: 20px;
}
.ReceiptEdit .tail .div-select input{
    height: 20px;
    width: 60px;
    color: #000;
}
.ReceiptEdit .tail .div-select li{
    width: 100%;
    height: none;
    box-sizing: border-box;
    padding:0 2px;
    height: 28px;
    line-height: 28px;
}
.ReceiptEdit .tail .div-select ul{
    top:21px;
}

/* 操作按扭 */
.submit{
/*  margin-top: 40px;
  padding-left: 40px;*/
}
/* 公共定义 */
.submit input{
  padding:6px 18px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}

/* 保存 */
.submit .submitBtn {
  background-color: #3d7ab9;
  color: #ffffff;
  margin-right: 8px;
  border: #3d7ab9 1px solid;
}
.submit .submitBtn:hover {
  background-color: #16589b;
  color: #ffffff;
  border: #16589b 1px solid;
}
/* 取消 */
.submit .cancelBtn {
  background-color: #999;
  color: #fff;
  margin-right: 8px;
  border: #999 1px solid;
}
.submit .cancelBtn:hover {
  background-color: #d4d4d4;
  color: #555555;
  border: #ccc 1px solid;
}


/*列表表格*/
.TableReceiptEdit{
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.TableReceiptEdit input{
  border: none;
  width: 100%;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
}
.TableReceiptEdit input[readonly="readonly"], .TableReceiptEdit input[readonly] {
  background-color: #fff;
  border: none;
}
.TableReceiptEdit tbody td span{
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  display: block;
}
.TableReceiptEdit tbody td p{
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  display: block;
}
.TableReceiptEdit .finger:hover{
  background: #f5f5f5;
}
.TableReceiptEdit .finger:hover p{
  color: #000 !important;
}
.TableReceiptEdit a{
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
}
.TableReceiptEdit input:hover{
  line-height: 39px;
}
.TableReceiptEdit thead tr th {
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
  text-align: left;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.TableReceiptEdit tbody tr td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.TableReceiptEdit tfoot tr td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px 15px;
  font-weight: bold;
}
.TableReceiptEdit tbody .finger td p{
  padding-left: 8px;
  color: #ccc;
}
.TableReceiptEdit tbody tr td .div-select:hover{
    border: none;
    border-bottom: 1px #999 solid;
}
.TableReceiptEdit tbody tr td .div-select{
    padding:0;
    border:none;
    width: 100%;
    background-image: none;
}
.TableReceiptEdit .div-select input{
    height: 39px;
    line-height: 39px;
    padding:0 10px;
}

/*下拉选项补充样本*/
/*.TableReceiptEdit tbody tr td .sod_select{
    height: none;
    border: none;
    width: 100%;
    margin-top: 2px;
}
.TableReceiptEdit tbody tr td .sod_list{
    width: 100%;

}*/






/*列表表格*/
.TableList {
  font-size: 14px;
  border-collapse: collapse;
  margin-top: 22px;
}
/*控制第一个th*/
.TableList thead tr > th:first-child {
  text-align: center;
  width: 34px;
  padding-right:5px;
}
.TableList tbody tr > td:first-child {
  text-align: center;
  padding-right:5px;
}
/*控制最后一个th*/
.TableList thead tr > th:last-child {
  width: 120px;
}
.TableList:before {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.TableList thead tr th {
  background-color: #efefef;
  text-align: left;
  height: 40px;
  padding-left: 8px;
  white-space: nowrap;
}
.TableList tbody tr {
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.TableList tbody tr:hover {
  background-color: #f7f7f7;
}
.TableList tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
  padding-left: 8px;
  /* 单元格省略号方案 */
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 响应式场景下的处理 */
@media (max-width: 768px) {
  td {
    max-width: 100px;      /* 小屏幕调整宽度 */
  }
}
.TableList tbody tr td:last-child a{
  border:1px #ccc solid;
  border-radius: 3px;
  padding: 1px 8px;
  background:#fff;
  margin-right: 4px;
}
.TableList tbody tr td:last-child :hover{
  background:#3d7ab9;
  color:#fff;
  border:1px #2764a3 solid;
}
.TableList tbody tr td .save{
  background: #eee;
}
.TableList tfoot tr td {
  height: 50px;
  padding: 10px 0;
}

/*商品选择窗补丁*/

/*.TableList input{
    display: inline-block;
    border: none;
    background:none;
}*/
.TableList .Checkbox{
    cursor:pointer;
}
.iframe .div-select{
    width: 100px;
    float: left;
    margin-right: 8px;
}
/*客户选择窗补丁*/
.iframe .TableList tbody tr{
    cursor:pointer;
}
.iframe .TableList input{
    border:none;
    width: 100%;
    padding: 2px 4px;
    box-sizing: border-box;
    border-radius: 2px;
    border: #eee 1px solid;
    /*background: none;*/
}
.iframe .TableList input[type='submit']{
    padding:0 0;
    border-radius:3px;
}

/*选择窗列表选中样式*/
.iframe .TableList tr.selected {
    background-color: #e3f2fd;
}
.iframe .TableList tr.selected:hover{
    background-color: #e3f2fd;
}
.iframe .TableList tbody tr.selected td a{
    background: #3d7ab9;
    color: #fff;
    border: 0px;
}
/*选择窗补丁结束*/


/*.TableList .more-btn {
  position: relative;
  padding-right: 14px;
  background: url("../images/arrow_down.png") no-repeat right center;
  background-size: 10px auto;
}
.TableList .more-btn .btn-list {
  position: absolute;
  right: 4px;
  top: 23px;
  width: 110px;
  background-color: #fff;
  box-shadow: 0 0 5px #bbb;
  z-index: 2;
  display: none;
}
.TableList .more-btn .btn-list span {
  display: block;
  text-align: center;
  line-height: 36px;
  color: #333;
}
.TableList .more-btn .btn-list span:hover {
  background-color: #3d7ab9;
  color: #fff;
}*/




/* 系统主页样式 */
.meter{
  width:100%;
  padding: 20px 1%;
  box-sizing: border-box;
  height: 158px;
  border-bottom:#eee 1px solid;
  display: flex;
}
.meter li{
  width:100%;
  float:left;
  padding-right: 25px;
  box-sizing: border-box;
}
.meter li:last-child {
  padding-right: 0;
}
.meter .box{
  background:#f5f5f5;
  margin-bottom:22px;
  height:86px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.meter .box:hover{
  background:#E8F3FF;
  transform: translateY(-2px);
  /*border-bottom: 1px #4f94db solid;*/
  /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);*/
}
.meter span{
  font-size:1.8vh;
  display:block;
  float:left;
  height:42px;
}
.meter p{
  font-size:12px;
  color:#666666;
}
.meter i{
  font-size:36px;
  float: left;
  height:42px;
  width:42px;
  display:block;
  text-align:center;
  margin:0 4%;
  padding-left: 6%;
  padding-top: 8px;
  color: #4f94db;
}


/* 统计图表 */
/*.container .echarts{
  
}*/
.container .pie_chart{
   position: relative;
   top:120px;
   padding-left: 80px;
   box-sizing: border-box;
}
.container #echarts{
  margin-top: 25px;
  width:100%;
  height: 32vw;
  /*min-height: 200px;*/
  max-height: 340px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px #ddd solid;
  padding:50px 10px 30px 10px;
  border-radius: 2px;
}

.container .echarts span{
  float: right;
  line-height: 40px;
}


/* 系统信息 */
.info{
    width: 500px;
    padding: 0 40px;
    padding-top: 10px;
}
.info li{
    height: 28px;
    margin-left: 4px;
}
.info span{
    width: 80px;
    float: left;
    text-align: right;
}
.info p{
    width: 400px;
    display: block;
    float: left;
}

.info .title{
    margin: 25px 0;
    font-size: 16px;
    color: #666;
}
.info .title span{
    width: 4px;
    height: 12px;
    background: #999;
    margin-right: 8px;
    margin-top: 5px;
    border-radius: 5px;
}


/* 单据打印样式 */
.print{
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    padding: 30px 50px;
}

.print .title {
  position: relative;
  width: 100%;
}
.print .title::after {
    content: "";
    display: table;
    clear: both;
}
.print .title i{
  float: left;
  width: 88px;
  height: 62px;
  display: block;
  background: #333;
  border:#666 1px solid;
  color:#fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.print .title img{
  float: left;
  height: 62px;
  filter: grayscale(100%) contrast(120%);
}

.print .title span{
  float: left;
  margin-left: 18px;
}
.print .title span h6 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
}
.print .title span p {
  line-height: 18px;
}
.print .title .text{
  float: right;
  text-align: right;
}




.print .title2 {
  width: 100%;
  height: 80px;
}
.print .title2 span{
  float: left;
}
.print .title2 .date{
  width: 20%;
}
.print .title2 .title{
  width: 60%;
  text-align: center;
}
.print .title2 .title h6 {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 8px;
  border-bottom: 1px #000 solid;
}
.print .title2 .ref{
  width: 20%;
  text-align: right;
}

.title3{
  display: flex;
  height: 50px;
}
.title3 li{
  width: 100%;
}
.title3 li:nth-child(2){
  text-align: center;
}
.title3 li:last-child{
  text-align: right;
}

.print .rows{
    margin-top: 15px;   
}
.print .rows li{
    float: left;
    min-width: 15%;
    padding-right: 15px;
    margin-bottom: 15px;
}

.print .TablePrint{
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  width: 100%;
  font-size: 12px;

}

.print .TablePrint thead tr th {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: left;
  padding: 6px;
}

.print .TablePrint tbody tr td {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 6px;
}
.print .TablePrint tfoot tr td {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  padding: 6px;
}
.print .notes{
  width: 100%;
  border:1px #ccc dashed;
  font-size: 12px;
  box-sizing: border-box;
  padding: 6px;
}
.print .submit{
  margin: 20px 0;
}






/* 基础配置 */

.config{
    padding: 60px 80px;
    height: 100%;
}
.config .nav{
    float: left;
    width: 100px;
    height: 60vh;
    border-right: #ccc 1px solid;
    padding-top: 20px;
}
.config .nav a{
    width: 100%;
    display: block;
    padding: 8px 20px;
    margin-bottom: 10px;
    box-sizing:border-box;
}
.config .nav a:hover{
    background: #eee;
}

.config .nav .correct{
    background: #eee;
    font-weight: bold;
}

.config .box{
    float: left;
    padding-top: 20px;
    padding-left: 10px;
    max-width: 85%;
}
.config .box .TableEdit{
    margin-top: 10px;
}
.config .box .TableList{
    margin-left: 50px;
}
.config .box .TableList tbody tr td{
    height: 38px;
}

/*单图片上传*/
.uploadImg {
    position: relative;
    width: 120px;
    height: 100%;
    min-height: 80px;
    max-height: 120px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}
.uploadImg label {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 80px;
    cursor: pointer;
}
.uploadImg #imgShow {
    min-height: 99%;
    min-width: 99%;
    max-height: 120px;
    max-width: 120px;
    object-fit: contain; 
}
.uploadImg::before {
    content: "Images";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2); 
    pointer-events: none;
}
/* 删除按钮样式 */
.delete-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    cursor: pointer;
    z-index: 2;
    display: none;
}
.delete-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

/*联系人页样式*/

.iframe .table{
  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px 20px 20px;
  border: 1px #ddd solid;
  border-radius: 2px;
}
.iframe .table ul{
  width: 100%;
  line-height: 30px;
  height: 30px;
  display: flex;
  margin:0 5px;
}
.iframe .table li{
  float: left;
  width:100%;
  margin-right: 10px;
}
.iframe .s1 ul{
  border-bottom: 1px #ddd dotted;
}
.iframe .s1 ul:last-child{
  border-bottom: none;
}
.iframe .s1 ul li:nth-child(1){
  width:450px;
}
.iframe .s1 ul li:nth-child(2){
  width:450px;
}

.iframe .s2 ul li:nth-child(1){
  width:200px;
}
.iframe .s2 ul li:nth-child(2){
  width:300px;
}
.iframe .s2 ul li:nth-child(4){
  width:20px;
}
.iframe .s2 ul li:last-child{
  width:55px;
  margin-right:0;
}
.iframe .s2 li input[type='text']{
  width:100%;
  border:0px;
  border-bottom: 1px #eee solid;
  line-height: 29px;
  box-sizing: border-box;
  padding-left: 2px;
}
.iframe .s2 li input[type='text']:hover{
  border-bottom: 1px #999 solid;
}
.iframe .title{
  margin: 5px 0;
  font-weight: bold;
  padding: 5px 0  10px 0;
  margin-bottom: 10px;
  border-bottom: 1px #eee solid;
}
.iframe .title a{
  float: right;
}

/* 拖拽排序样式 */
.iframe .sort {
  margin-top: 80px;
    width: 500px;
    padding-left: 200px;
    position: relative;
}
.iframe .sort li {
    height: 34px;
    line-height: 34px;
    display: flex;
    border: 1px #ccc solid;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    transition: transform 0.2s ease;
    user-select: none;
    background: white;
    border-radius: 2px;
}
.iframe .sort li:hover {
    background: #eee;
}
.iframe .sort li span {
    width: 100%;
}
.iframe .sort li span:last-child {
    text-align: right;
}
/* 拖拽相关样式 */
.iframe .sort.dragging, .sort.dragging * {
    cursor: move !important;
}
.iframe .dragged {
    position: fixed !important; /* 使用fixed定位跟随鼠标 */
    opacity: 0.8;
    z-index: 2000;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 500px !important;
    transform: translateY(var(--drag-y, 0)) !important;
}
/* 占位符样式 */
.iframe .placeholder {
    background: #f5f5f5;
    border: 1px dashed #ccc;
    height: 34px;
    margin-bottom: 15px;
    list-style: none; /* 移除列表符号 */
}
/* 拖拽时的提示 */
.iframe .sort li.dragging {
    opacity: 0.4;
}