.content {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.product-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;
}

.product-mod-list {
    gap: 40px;
}

.product-mod > .list-title {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.product-mod > .list-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.product-mod > .list-title > .left, .product-mod > .list-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;
}


.product-mod > .list-title > .title {
    position: relative;
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    color: #121212;
}

.product-mod > .list-content > .list-item {
    position: relative;
    width: 32%;
    height: 380px;
    display: flex;
    background: white;
    border-radius: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.product-mod > .list-content > .list-item:hover {
    scale: 1.01;
}

.product-mod > .list-content > .list-item > img {
    position: relative;
    width: 100%;
    height: 252px;
    border-radius: 12px 12px 0 0;
}

.product-mod > .list-content > .list-item > .text {
    position: relative;
    padding: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.product-mod > .list-content > .list-item > .platform {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 8px;
    width: auto;
    height: auto;
    background: #F28705D0;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    gap: 10px;
}

.product-mod > .list-content > .list-item > .platform .ai{
    font-size: 12px;
    margin-left: 5px;
    border-radius: 5px;
    background: #04B2D9;
    color: white;
}

.product-mod > .list-content > .list-item > .text > .title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    display: flex;
}

.product-mod > .list-content > .list-item > .text > .introduction {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-mod > .list-content > .list-item > .text > .function {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.product-mod > .list-content > .list-item > .text > .function > .view {
    display: flex;
    gap: 5px;
}

.product-mod > .list-content > .list-item > .text > .function > .collection {
    display: flex;
    gap: 5px;
}

.product-mod > .list-content > .list-item > .text > .function > .like {
    display: flex;
    gap: 5px;
}

.product-mod-banner {
    position: relative;
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-mod-banner > .banner-left {
    position: relative;
    width: 200px;
    height: 100%;
    display: flex;
    background: #F28705;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px 0 0 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.product-mod-banner > .banner-left > ul {
    position: relative;
    padding: 16px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product-mod-banner > .banner-left > ul > li {
    position: relative;
    padding: 8px 12px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
    outline-style: none;
}

.product-mod-banner > .banner-left > ul > li[class *= "active"]{
    background: rgba(255, 250, 243, 0.5);
}

.product-mod-banner > .banner-left > ul > li:hover {
    background: rgba(255, 250, 243, 0.5);
}

.product-mod-banner > .banner-right {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(255, 250, 243, 1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 12px 12px 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-mod-banner > .banner-right > .right-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-mod-banner > .banner-right > .classification {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    font-size: 18px;
}

.product-mod-banner > .banner-right > .classification > span[class*="active"]{
    color: #F28705;
}

.product-mod-banner > .banner-right > .classification > span:hover {
    color: #F28705;
}

.list-page {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.list-page > .page-num {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.list-page button {
    position: relative;
    width: 40px;
    height: 40px;
    border: solid 1px #DDDDDD;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 16px;
    background: #F6F7F9;
}

.list-page button[class*="active"] {
    background: #F28705;
    color: white;
}

.list-page button:hover {
    background: #F27405;
    color: white;
}