.page-content {
    width: 100%;
    background-image: url(../images/rsaz/bg.png),
        url(../images/kxyj_twlb/bg_bottom.png);
    background-size: 100% 702px, 1002px 487px;
    background-position: top, bottom right;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 20px;
}

.page-content-container-top {
    position: relative;
    width: 100%;
    height: 300px;
    border-bottom: 5px solid var(--primary-color);
}

.page-content-container-top-title {
    position: absolute;
    bottom: -4px;
    left: 25px;
    background-image: url(../images/kxyj_twlb/title_bg.png);
    background-size: 305px 186px;
    width: 305px;
    height: 186px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-content-container-top-title-text {
    margin-top: 20px;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.page-content-container-top-title-text-path {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #fff;
    /* background-color: hotpink; */
    padding-left: 40px;
    margin-top: 10px;
    opacity: 0.8;
}

.page-content-container-content {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(239, 87, 87, 0.1);
    padding-bottom: 20px;
    min-height: 700px;
}

.page-content-container-content-title-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 297px;
    margin-left: 29px;
}

.page-content-container-content-title-list-item {
    display: flex;
    align-items: center;
    background: #ececec;
    /* 非active背景 */
    color: #808080;
    /* 非active字体色 */
    position: relative;
    transition: background 0.3s, color 0.3s;
    height: 50px;
}

.page-content-container-content-title-list-item-title {
    flex: 1;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
}

.page-content-container-content-title-list-item-line {
    width: 170px;
    height: 1px;
    background: #808080;
    /* 非active线色 */
    transition: background 0.3s, left 0.3s, right 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    /* 默认在右边 */
    left: auto;
}

/* active 状态 */
.page-content-container-content-title-list-item.active {
    background: #893b90;
    /* 主题色背景 */
    color: #fff;
    /* 主题色字体 */
    text-align: right;
}

.page-content-container-content-title-list-item.active .page-content-container-content-title-list-item-line {
    background: #fff;
    /* 主题色线色 */
    left: 0;
    /* 线在左边 */
    right: auto;
}

.page-content-container-content-left {
    width: 1400px;
    padding: 20px 32px;
    min-height: 400px;
    /* display: flex; */
    /* flex-direction: column;
  align-items: center;
  justify-content: space-between; */
}

.item1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1335px;
    height: 106px;
    background-color: #fbfafa;
    padding-bottom: 20px;
}

.item1-top {
    height: 180px;
    padding: 30px;
    display: flex;
}

.item1-top-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #89224e;
    margin-right: 30px;
}

.item1-top-left>img {
    width: 43px;
    height: 40px;
}

.item1-top-right {
    display: flex;
    width: 1100px;
    border-left: 1px solid var(--primary-color);
    font-size: 19px;
    line-height: 35px;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 500;
}

.item1-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.item1-bottom-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 270px;
    height: 70px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}

.item1-bottom-item.active {
    border: 2px solid #944489;
}

.item1-bottom-item-icon {
    width: 40px;
    height: 38px;
    border-bottom: 1px solid var(--primary-color);
}

.item1-bottom-item-text {
    font-size: 24px;
    font-weight: 500;
    color: #89224e;
}

.item2 {
    position: relative;
    width: 1335px;
    height: 344px;
    background-image: url("../images/rsaz/seach_bg.png");
    margin-top: 30px;
}

.item2 .search_text {
    position: absolute;
    top: 28%;
    left: 63%;
    transform: translate(-50%, -50%);
    font-size: 92px;
    color: white;
    opacity: 0.6;
    font-family: Arial, 'PingFang SC', 'Microsoft Yahei', 'sans-serif';
}

.input_box {
    position: absolute;
    left: 50%;
    top: 135px;
    transform: translateX(-50%);
    width: 800px;
    height: 133px;
    background-color: #dccde7;
    padding: 30px;
    box-shadow: 0 0px 17px rgba(0, 0, 0, 0.4);
}

.search_container {
    display: flex;
    align-items: center;
    width: 747px;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
}

.search_input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 18px;
    color: #333;
}

.search_input::placeholder {
    color: #999;
    font-size: 16px;
}

.search_button {
    width: 56px;
    height: 39px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    margin-right: 20px;
}

.search_button img {
    width: 56px;
    height: 39px;
    filter: brightness(0);
}

.item3 {
    width: 1335px;
    height: auto;
    background-color: #fff;
    margin-top: 30px;
}

.system-category {
    margin-bottom: 20px;
}

.system-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.system-category-header:hover {
    background-color: #e8e8e8;
    border-color: #d0d0d0;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.system-category-header:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.system-category-header.active {
    background-color: #893b90;
    color: #fff;
    border-color: #893b90;
    box-shadow: 0 2px 8px rgba(137, 59, 144, 0.3);
}

.system-category-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.system-category-header.active .system-category-title {
    color: #fff;
    font-weight: 700;
}

.system-category-toggle {
    width: 20px;
    height: 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.system-category-toggle::before,
.system-category-toggle::after {
    content: "";
    position: absolute;
    background-color: #666;
    transition: background-color 0.3s ease;
}

.system-category-header.active .system-category-toggle::before,
.system-category-header.active .system-category-toggle::after {
    background-color: #fff;
}

.system-category-toggle::before {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px;
}

.system-category-toggle::after {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 4px;
}

.system-category-header.active .system-category-toggle::before {
    transform: rotate(90deg);
}

.system-category-toggle.active::before {
    transform: rotate(90deg);
}

.system-category-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #fff;
    border-left: 3px solid #893b90;
    margin-left: 20px;
    opacity: 0;
    transform: translateY(-10px);
}

.system-category-content.active {
    max-height: 100%;
    padding: 20px;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.system-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.system-category-list li {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

.system-category-list li:last-child {
    border-bottom: none;
}

.system-category-list li:hover {
    background-color: #f8f8f8;
    padding-left: 10px;
}

.system-category-list li a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    width: 100%;
}

.system-category-list li a:hover {
    color: #893b90;
    text-decoration: underline;
}

/* .system-category-list li:first-child a {
  font-weight: 700;
  color: #0066cc;
  text-decoration: underline;
  font-size: 17px;
} */