/* 首页专用样式 */

/* 主体内容区 */
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  gap: 20px;
  background-color: #fff;
}

/* ==================== 左侧功能栏 ==================== */
.sidebar {
  width: 220px;
  flex-shrink: 0;
}

.sidebar-card {
  background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  height: 120px;
}

.sidebar-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/templates/pc/images/left-1.png');
  background-size: cover;
}

.sidebar-card-title {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  color: var(--text-white);
  font-size: 22px;
  font-weight: bold;
}

.sidebar-menu {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-menu-item {
  color: #414141;
  font-size: 16px;
  cursor: pointer;
  width: 220px;
  box-sizing: border-box;
  background-size: 100% 100%;
  text-align: center;
}

.sidebar-menu-item .top-menu {
  font-size: 21px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #797979;
  border-top: solid 1px #ccc;
  padding: 5px 10px;
  margin-top: -1px;
  font-weight: 550;
}

.sidebar-menu-item .top-menu:last-child {
  border-bottom: solid 1px #ccc;
}

.sidebar-menu-item .top-menu .icon {
  width: 20px;
  height: 20px;
}

.sidebar-menu-item .top-menu .arrow {
  width: 10px;
  height: 10px;
}

.sidebar-menu-item .top-menu img {
  width: auto;
  height: 100%;
  vertical-align: top;
}

.sidebar-menu-item ul li {
  background-color: #E7E7E7;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 2px;
  position: relative;
}

.sidebar-menu-item ul li.active {
  background: #BAE7FF;
}


.sidebar-menu-item ul li::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d7b7b;
}

.sidebar-menu-item:last-child {
  border-bottom: none;
}

.sidebar-menu-item .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-menu-item .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--text-white);
  border-right: 2px solid var(--text-white);
  transform: rotate(45deg);
}

/* ==================== 右侧内容区 ==================== */
.content-area {
  flex: 1;
}

/* 内容列表 */
.list-container {
  /* 列表容器 */
  min-height: 709px;
}

.list-container .content {
  padding: 20px 20px;
  font-size: 18px;

}

.detail-top {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.form-group {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 550px;
  gap: 10px;
}

.form-group label {
  font-size: 16px;
  width: 120px;
  display: inline-block;
  text-align: right;
  font-weight: 700;
}

.form-group input,
.form-group select {
  height: 36px;
  border-radius: 5px;
  border: 1px solid #CACACA;
  padding: 3px 15px;
  outline: none;
  flex: 1;
}

.form-group .btn {
  width: 70px;
  height: 39px;
  border: none;
  border-radius: 5px;
}

.form-group .btn.btn-blue {
  background: #3A76E4;
  color: #fff;
}

.form-group .djzp {
  width: 120px;
  height: 33px;
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 18px;
  color: #000000;
  line-height: 3px;
  position: relative;
  padding-left: 20px;
  line-height: 33px;
  margin-top: 45px;
}

.form-group .djzp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 20px;
  background-color: #3A76E4;
  display: inline-block;
}

.form-group .img{
  width: 230px;
  height: 230px;
}

.form-group .img img{
  width: 100%;
  height: 100%;
  display: block;
}

.member-table td{
  height: 35px;
}

.member-table td input,.member-table td select{
  width: 100%;
  height: 100%;
  outline: none;
}

.member-table td .btn{
  width: 100%;
  height: 100%;
  outline: none;
  background: #3A76E4;
  color: #fff;
}
