.info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1180px;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
}

.info-content-title {
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    background: #F6FAFF;
    border: 1px solid #E8ECF2;
    margin: 0 auto;
    margin-bottom: 42px;
}
.info-item-1 {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}


.info-item-1-title {
    display: flex;
    align-items: flex-start;
}

.info-item-1-title > .title {
    margin-left: 30px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans SC";
}

.info-item-1-title > .label {

    min-width: 50px;
    text-align: center;
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    height: 37.54px;
    line-height: 37.54px;
    display: inline-block;
}


.info-item-1 > .options {
    min-width: 280px;
    margin-left: 15px;
    color: #767C81;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.options-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 14px;
    gap: 12px;
}

.options-row:first-child {
    margin-top: 0;
}

.options-row > div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info-item-1 .options-row img {
    width: 18px;
    height: 18px;
}

.info-item-1 .options-row .options-text {
    margin-left: 7px;
}

.info-item-1-content-title {
    font-size: 24px;
    font-weight: bold;
    color: #151515;
}

.info-item-1-content-desc {
    margin-top: 12px;
    font-size: 24px;
    color: #9C9C9C;
    display: block;
}

.info-item-1-content {
    margin-top: 5px;
}

.info-item-3 {
    margin-bottom: 42px;
}

.info-item-3 .info-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 23px;
    gap: 23px;
    overflow: auto;
    color: #252a33;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}

.info-item-3 .info-text p {
    line-height: 2.2; /* 相对值（推荐，基于字体大小的倍数） */
    margin: 0; /* 可选：清除p元素默认的上下外边距，避免额外间距 */
}

.info-item-title {
    display: flex;
    align-items: center;
}

.info-item-title > span {
    color: #151515;
    font-size: 24px;
    font-weight: bold;
}


.info-item-title > img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}


.info-item-1-info {
    margin-top: 12px;
    font-size: 15px;
    display: flex;
    gap: 20px; /* 每列之间的间距 */
    max-width: 100%;
    flex-wrap: wrap; /* 允许换行 */
}

.info-item-1-info > div {
    color: #85888A;
}

.info-item-1-info > div > span {
    color: #06c;
}

.info-item-2 > .text-line {
    display: flex;
    margin-top: 20px;
}

.info-item-1-info-desc {
    margin-top: 12px;
    font-size: 15px;
    flex: 1;
    color: #6F7173;
    line-height: 25px;
}
.info-item-1-info-desc p {
    margin: 0px;
    padding: 0px;
}
.info-item-1-info-desc>p:nth-child(1) {
    display: initial;
}

.info-item-2 {
    margin-bottom: 42px;
}

.info-item-2 .info-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 23px;
}

.info-item-2 .info-text > div {
    margin-top: 16px;
}

.info-item-2 .info-text .title {
    color: #8A8A8A;
    font-size: 15px;
    min-width: 120px;
    display: inline-block;
}

.info-item-2 .info-text .text {
    color: #06c;
    font-size: 15px;
}

.info-item-4 {
    margin-bottom: 42px;
}

.info-item-4 .info-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 23px;
    gap: 23px;
    overflow: auto;
    color: #252a33;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}

.info-item-4 .info-text > div {
    margin-top: 16px;
}

.info-item-4 .info-text .title {
    color: #8A8A8A;
    font-size: 15px;
    min-width: 75px;
    display: inline-block;
}

.info-item-4 .info-text .text {
    color: #06c;
    font-size: 15px;
    line-height: 28px;
}
.info-item-5 {
    margin-bottom: 42px;
}
.xs-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.xs-list-item {
    font-size: 16px;
    flex: 1;
    display: flex;
    line-height: 51px;
    align-items: center;
    border-radius: 0px;
}

.xs-list-item:nth-child(odd) {
    background-color: #F7F8FA; /* 隔行背景色1 */
}

.xs-list-item:nth-child(even) {
    background-color: #FFFFFF;
}

.label-title {
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
    min-width: 30px;
    font-weight: bold;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

.xs-list-item > div:nth-child(2) {
    width: 200px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出的文本 */
    text-overflow: ellipsis;
}

.xs-list-item > div:nth-child(3) {
    flex: 1;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
}

.xs-list-item > div:last-child {
    width: 160px;
    text-align: right;
    margin-right: 15px;
}
.pointer {
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 5px;
}

.downloadlist {
    box-sizing: border-box;
}

.downloadlist-item {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center; /* 保持垂直居中 */
    border-bottom: 1px solid #e9ecef;
    box-sizing: border-box;
    height: 70px; /* 固定高度，可根据内容调整 */
}

.downloadlist-item:last-child {
    margin-bottom: 0;
}

.downloadlist-item-title {
    flex: 1;
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #06c;
    text-decoration: none;
    font-size: 18px;
}

.downloadlist-item-title:hover {
    text-decoration: underline;
}

.tag-content-time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #99a0aa;
    margin-top: 16px;
}