* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: default;
}

body {
    position: relative;
    background: #F6F7F9;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


.content {
    position: relative;
    margin-top: 120px;
    width: 100%;
    height: auto;
    padding: 0 13%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.content > .panel {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.content > .panel > .mod {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.mod-ai > .top {
    position: relative;
    width: 100%;
    height: 145px;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-ai > .top > .title {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-ai > .top > .title > img {
    position: relative;
    width: auto;
    height: 100%;
}

.mod-ai > .top > .title > span {
    position: relative;
    top: -10px;
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-ai > .reply {
    position: relative;
    margin-bottom: 40px;
    top: -40px;
    min-height: 240px;
    width: 100%;
    height: auto;
    background: white;
    border-radius: 12px;
    border: solid 1px #E291187F;
    box-shadow: 0 0 5px #e291182b;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.mod-ai > .reply > pre {
    position: relative;
    padding: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.mod-ai > .bottom {
    position: relative;
    width: 100%;
    top: -40px;
    height: 90px;
    border-radius: 12px;
    background: white;
    border: solid 1px #E291187F;
    box-shadow: 0 0 5px #e291182b;
}

.mod-ai > .bottom > label {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-ai > .bottom > label > input {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

.mod-ai > .bottom > label > button {
    position: relative;
    padding: 8px 21px;
    width: auto;
    height: 40px;
    border: none;
    background: #F28705;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
}


.mod-ai > .bottom > label > button > i {
    position: relative;
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.mod-product > .title {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.mod-product > .title > .left {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-product > .title > .title {
    position: relative;
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    color: #121212;
}

.mod-product > .title > .right {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.oblique {
    position: relative;
    width: 20px;
    height: 4px;
    border-radius: 191px;
    display: flex;
}

.oblique-left {
    rotate: 303.07deg;
}

.oblique-right {
    rotate: 57.07deg;
}


.oblique[class*="heavy"] {
    background: #F27405;
}

.oblique[class*="light"] {
    background: #F28705;
}

.mod-product {
    gap: 40px;
    margin-bottom: 20px;
}

.mod-product > .title > .left > .light {
    left: -5px;
}

.mod-product > .title > .right > .light {
    right: -5px;
}

.mod-product > .list {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.mod-product > .list > .card-item {
    position: relative;
    padding: 20px;
    width: auto;
    height: 210px;
    background-color: white;
    border: solid 1px transparent;
    border-radius: 16px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 23px;
}


.mod-product > .list > .card-item:hover {
    border: solid 1px #F28705AA;
    box-shadow: 0 0 3px 0 #F2870533;
}

.mod-product > .list > .card-item img {
    position: relative;
    width: 74px;
    height: 74px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-product > .list > .card-item span {
    position: relative;
    font-size: 24px;
}

.mod-image {
    margin-bottom: 20px;
}

.mod-image > .carousel {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* 确保超出部分不显示 */
    border-radius: 12px;
}

.mod-image > .carousel > .carousel-item {
    position: absolute; /* 绝对定位，让每个item重叠 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* 默认隐藏图片 */
    transition: opacity 0.5s ease-in-out; /* 添加过渡效果 */
}

.mod-image > .carousel > .carousel-item.active {
    opacity: 1;
}

.mod-image > .carousel > .carousel-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 让图片完全覆盖容器 */
    object-position: center; /* 图片居中显示 */
}

.mod-image > .point {
    position: absolute;
    bottom: 20px; /* 控制点的位置，距离底部20px */
    left: 50%;
    transform: translateX(-50%); /* 居中对齐 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-image > .point > .point-item {
    width: 10px; /* 点的大小 */
    height: 10px;
    margin: 0 5px; /* 点之间的间距 */
    background-color: rgba(255, 255, 255, 0.5); /* 白色半透明 */
    border-radius: 50%; /* 让点变成圆形 */
    transition: background-color 0.3s ease; /* 背景色过渡效果 */
    border: solid 1px white;
}

.mod-image > .point > .point-item.active {
    background-color: rgba(255, 255, 255, 1); /* 激活状态时变为不透明的白色 */
}

.mod-news {
    margin-bottom: 20px;
}

.mod-news > .news-menu {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-news > .news-menu > span {
    font-weight: 700;
    font-size: 26px;
}

.mod-news > .news-menu > span[class*= "active"] {
    color: #F28705;
}

.mod-news > .news-content {
    position: relative;
    margin-top: 26px;
    width: 100%;
    height: auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

.mod-news > .news-content > img {
    position: relative;
    width: 418px;
    height: 235px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.mod-news > .news-content > ul {
    position: relative;
    padding: 20px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mod-news > .news-content > ul > li {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.mod-news > .news-content > ul > li:hover{
    color: #F28705;
}

.mod-news > .news-content > ul > li > span {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    font-size: 16px;
    color: #666666;
}

.mod-cooperation {
    gap: 40px;
    margin-bottom: 20px;
}


.mod-cooperation > .title {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.mod-cooperation > .title > .left {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-cooperation > .title > .title {
    position: relative;
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    color: #121212;
}

.mod-cooperation > .title > .right {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-cooperation > .list {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 20px));
    gap: 20px;
    box-sizing: border-box;
    justify-items: stretch;
    justify-content: space-between;
}

.mod-cooperation > .list > img {
    position: relative;
    width: auto;
    height: 110px;
    background-repeat: no-repeat;
    object-position: center;
    border-radius: 12px;
}

.mod-cooperation > .list > img:hover {
    scale: 1.01;
}

.mod-self {
    gap: 40px;
    margin-bottom: 20px;
}

.mod-self > .title {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.mod-self > .title > .left {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-self > .title > .title {
    position: relative;
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    color: #121212;
}

.mod-self > .title > .right {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mod-self > .list {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.mod-self > .list > .line {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mod-self > .list > .card-item {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.mod-self > .list > .line > span {
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.mod-self > .list > .line > a {
    color: #F28705;
    font-size: 16px;
    text-decoration: none;
}

.mod-self > .list > .line > a > i {
    margin-left: 10px;
}

.mod-self > .list > .card-item > .child {
    position: relative;
    width: 32%;
    height: 360px;
    background: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}

.mod-self > .list > .card-item > .child:hover {
    scale: 1.01;
}

.mod-self > .list > .card-item > .child > img {
    position: relative;
    width: 100%;
    height: 60%;
    object-position: center;
    border-radius: 12px 12px 0 0;
}

.mod-self > .list > .card-item > .child > .text {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.mod-self > .list > .card-item > .child > .text > .title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.mod-self > .list > .card-item > .child > .text > .introduction {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mod-self > .list > .card-item > .child > .text > .function {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mod-self > .list > .card-item > .child > .text > .function > .version {
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.mod-self > .list > .card-item > .child > .text > .function > .collection {
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #F28705;
    gap: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}