.img-box .table table {
  width: 100%;
}
.img-box .table tbody {
  width: 100%;
}
.img-box .table tr {
  display: flex;
  padding: 20px 40px;
  min-height: 62px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .img-box .table tr {
    padding: 10px 10px;
    font-size: 12px;
    min-height: 30px;
  }
}
.img-box .table tr:first-child td {
  font-weight: bold;
}
.img-box .table tr td,
.img-box .table tr th {
  width: 50%;
  text-align: left;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .img-box .table tr td:nth-child(1),
  .img-box .table tr th:nth-child(1) {
    /*width: 120px;*/
    padding-right: 10px;
    font-size: 14px;
  }
  .img-box .table tr td,
  .img-box .table tr th {
    font-size: 14px;
  }
}
.img-box .table tr td:nth-child(2),
.img-box .table tr th:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .img-box .table tr td:nth-child(2),
  .img-box .table tr th:nth-child(2) {
    /*width: calc(100% - 100px);*/
    font-size: 14px;
  }
}
/* 2025-1-16 增加文字样式 */
.product-d2-page2 .page-main .add-link {
  margin-top: 15px;
  overflow-wrap: break-word;
  text-align: right;
  max-width: 100%;
}

/* 2025-3-10 修改文字样式 */
.product-d2-page2 .page-main .add-link a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.45;
  /* 2025-3-19 修改 */
  width: auto;
  white-space: nowrap;
  padding: 15px 15px;
  background: #173993;
  border-radius: 10px;
  color: #fff !important;
}
/* 2025-3-10 修改文字样式结束 */
.product-d2-page2 .page-main .add-link a:hover {
  color: #2253c5;
}

/* 2025-3-10 新增图标板块 */
.edit-index-section2 {
  padding-bottom: 0;
  border-radius: 10px;
  padding-top: 0;
  margin-top: 25px;
  background-color: transparent;
}

/* 2025-3-21 修改 */
.add-permission {
  /* background-color: #fff; */
  /* border-radius: 10px; */
  margin-top: 25px;
  /* width: 38.85714286%; */
  /* padding: 20px 15px 5px; */
}

/* 2025-3-21 修改 */
.add-permission .add-permission-item {
  /* display: flex; */
  /* align-items: flex-start; */
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  padding-bottom: 10px;
}

.add-permission .add-permission-item:last-of-type{
  margin-bottom: 0;
}

.add-permission .add-permission-item .title {
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.add-permission .add-permission-item .item-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.add-permission .item {
  /* width: 16.666%; */
  /* text-align: center;
    margin-bottom: 15px;
    padding-left: 6px;
    padding-right: 6px; */

  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  margin: 5px;

}

/*调整文字样式 */
.add-permission .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 14px; */
  /* color: #000; */
  font-size: 16px;
  color: #2253c5;
  overflow-wrap: break-word;
}
.add-permission .item .text .icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2253c5;
  margin-right: 7px;
  flex-shrink: 0;
}

.add-permission .item .text .icon img {
  width: 60%;
}

@media (max-width: 768px) {
  .edit-index-section2 .tabs {
    padding-top: 0px;
  }
  .edit-index-section2 .tabs {
    justify-content: flex-start;
  }
  .add-permission .add-permission-item {
    flex-wrap: wrap;
  }
  .add-permission .add-permission-item .title {
    margin-bottom: 15px;
    width: 100%;
  }
}
/* 2025-3-21修改结束，到时候直接复制这块放上去即可 */

/* 2025-4-24 修改 添加文案 */
.add-permission-text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:576px){
  .add-permission .item .text {
    font-size: 14px;
  }
}
