.product-innerbox {
    display: flex;
}

/* 左侧菜单 */
.product-aside {
    flex-shrink: 0;
    width: 200px;
    position: fixed;
}

.product-aside ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 11px;
    font-size: 14px;

    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid var(--primary-100);
    background-color: #fff;
}

.product-aside ul li a.active {
    background-color: var(--primary-100);
    color: #fff;
}

/* .product-aside {
    flex-shrink: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
}

.product-aside ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    padding-left: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    flex-grow: 1;
}

.product-aside .secondlist {
    height: 0;
    overflow: hidden;
}

.product-aside .firstlist li.active ul {
    height: 100%;
}

.thirdlist li a {
    padding-left: 22px !important;
}

.product-aside ul li a:hover {
    background-color: var(--accent-100);
}

.product-aside .firstlist>li>p:hover {
    background-color: var(--accent-100);
}

.product-aside .firstlist li {
    background-color: #c4c4c4;
}

.product-aside .secondlist li {
    background-color: #ededed;
}

.product-aside .thirdlist li {
    background-color: #F7F7F7;
}

.product-aside .thirdlist li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product-aside ul li.active {
    background-color: var(--primary-100);
}

.product-aside .firstlist>li>p {
    padding-right: 22px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */




/* 右侧内容 */
.product-content {
    margin-left: 222px;
    flex-grow: 1;
}

/* 一楼产品分类 */
/* .floor1 {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 22px;
    row-gap: 22px;
    margin-bottom:22px;
}

.floor1 a {
    flex: 0 0 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floor1 .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #DFE2FA;
    padding: 10px;
}

.floor1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* 二楼产品活动 */
.floors {
    background-color: #fff;
    padding: 22px;
    margin-bottom: 22px;
}

.floors .titlebox {
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    font-weight: bold;
    padding: 0 11px;
}

.floors .titlebox .more {
    font-size: 16px;
    color: #be0f1b;
    display: flex;
    align-items: center;
    gap: 5px;
}

.floors .titlebox .more i {
    font-size: 12px;
}

.floors>ul {
    display: flex;
    flex-wrap: wrap;
}

.floors>ul li {
    padding: 11px;
    overflow: hidden;
    flex: 0 0 20%;
}

.floors>ul li .img {
    padding-top: 100%;
    position: relative;
}

.floors>ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/* .floors>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    padding: 11px;
} */

.floors>ul li .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

/* .floors>ul li .pricebox {
    text-align: center;
}

.floors>ul li .pricebox .txt {
    font-size: 14px;
    background: #F4340B;
    padding: 0px 4px;
    border-radius: 2px;
    color: #fff;
    position: relative;
}

.floors>ul li .pricebox .txt::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #F4340B;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.floors>ul li .pricebox .price {
    font-size: 20px;
    color: #F4340B;
}

.floors>ul li .pricebox .price em {
    font-size: 12px;
}

.floors>ul li .pricebox .mprice {
    text-decoration: line-through;
} */


/* 分页 */
/* .page {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 22px 0;
}

.page span {
    font-size: 16px;
    padding: 0 11px;
}

.page span.page-status {
    color: #999;
    font-size: 14px;
}

.page span.page-numbar {
    background-color: #fff;
    border: 1px solid #ffffff;
} */

/* 三楼热卖产品 */
/* .floor3 {
    margin-top: 22px;
} */



/* 列表内容 */
.floor3 .contentbox {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}

.floor3 .contentbox .title {
    background: url(../images/product-hot-title.jpg);
    background-size: 100% 100%;
    height: 72px;
    line-height: 72px;
    color: #fff;
    font-size: 20px;
    padding: 0 11px;
    font-weight: bold;
    border-radius: 11px 11px 0 0;
}

.floor3 .contentbox .item {
    background-color: #fff;
    border-radius: 11px;
}

.floor3 .contentbox ul {
    padding: 0 11px;
}

.floor3 .contentbox li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 11px 0;
}

.floor3 .contentbox li .img {
    border: 1px solid #eee;
    width: 100px;
    height: 100px;
}

.floor3 .contentbox li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor3 .contentbox li .txt {
    padding: 0 11px;
}

.floor3 .contentbox li .txt h3 {
    font-size: 16px;
    font-weight: 400;
}

.floor3 .contentbox li .txt .pricebox {
    display: flex;
    justify-content: space-between;
}

.floor3 .contentbox li .txt .price {
    color: #F12828;
    font-size: 16px;
}

.floor3 .contentbox li .txt .dian {
    background-color: #9e0205;
    color: #fff;
    padding: 0 11px;
    border-radius: 11px;
}

.floor3 .contentbox li .txt .dian a {
    display: flex;
    align-items: center;
    gap: 3px;
}

/* 换一换、查看更多按钮 */
.floor3 .contentbox .morebox {
    display: flex;
    justify-content: center;
    padding: 22px 0;
    gap: 22px;
}

.floor3 .contentbox .morebox a {
    color: #be0f1b;
    border: solid 1px rgba(190, 15, 27, 0.2);
    background: rgba(190, 15, 27, 0.05);
    padding: 11px 50px;
    border-radius: 22px;
}

.floor3 .contentbox .morebox a span {
    font-size: 16px;
    margin-left: 11px;
}

/* 4楼产品资讯 */
.floor4 {
    margin-top: 22px;
    width: 100%;
}

/* 切换标签 */
.floor4 .tabbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.floor4 .tabbox .tabitem {
    text-align: center;
    border: 1px solid #eed5ca;
    font-size: 20px;
    color: #be0f1b;
    white-space: nowrap;
    flex-grow: 1;
    margin-left: -1px;
    line-height: 44px;
}

.floor4 .tabbox .tabitem.active {
    background-color: #be0f1b;
    color: #fff;
}

/* 内容部分 */
.floor4 .contentbox {
    margin-top: 11px;
}

.floor4 .contentbox ul {
    display: flex;
    flex-wrap: wrap;
}

.floor4 .contentbox li {
    flex: 0 0 25%;
    padding: 11px;
}

.floor4 .contentbox li a {
    border: 1px solid #eee;
    display: block;
    padding: 11px;
}

.floor4 .contentbox ul li .img {
    text-align: center;
}

.floor4 .contentbox li .img img {
    width: 80%;
}

.floor4 .contentbox li .txt {
    font-size: 16px;
}

/* 产品专题页导航 */
/* 导航 */
.navProduct {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    position: relative;
}

.navProduct a {
    font-size: 20px;
    color: #fff;
    margin-right: 50px;
    padding: 5px 20px;
}

.navProduct a:hover {
    background-color: var(--bg-100);
    color: var(--text-100);
    border-radius: 20px;
}

.navProduct a.active {
    background-color: var(--bg-100);
    color: var(--text-100);
    border-radius: 20px;
}

.navProduct a.last {
    position: absolute;
    right: 0;
    margin-right: 0;
}


/* 产品文章页开始 */
.productArticle {
    display: flex;
}

/* 左侧正文开始 */
.product-article {
    margin-right: 22px;
}

.product-article .description {
    background: #f8e7e8;
    padding: 22px;
    border-radius: 11px;
    color: #666;
    line-height: 22px;
    font-size: 14px;
}

.product-article .description p {
    height: 44px;
    overflow: hidden;
}

.product-article .description .arrow {
    margin: auto;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
}

.product-article .articlebox {
    margin-top: 22px;
}

.product-article .articlebox .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.product-article .articlebox .tabs a {
    display: block;
    border: 1px solid #eed5ca;
    padding: 11px 22px;
    margin-left: -1px;
    font-size: 16px;
    color: var(--primary-100);
}

.product-article .articlebox .tabs a.active {
    background-color: var(--primary-200);
    color: #fff;
}

.product-article .articlebox li {
    background: rgba(190, 15, 27, 0.06);
    padding: 22px;
    border-radius: 11px;
    margin-bottom: 22px;
}

.product-article .articlebox .upart {
    display: flex;
    justify-content: space-between;
}

.product-article .articlebox .upart .img {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.product-article .articlebox .upart .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-article .articlebox .upart .content {
    flex-grow: 1;
    padding: 0 11px;
}

.product-article .articlebox .upart .content .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}

/* .product-article .articlebox .upart .content .tags {
    margin: 6px 0;
    display: flex;
}

.product-article .articlebox .upart .content .tags p {
    border: 1px solid #666;
    padding: 0 11px;
    color: #666;
    border-radius: 3px;
} */

.product-article .articlebox .upart .content .pricebox {
    display: grid;
    grid-template-columns: repeat(2, 100px 1fr);
    row-gap: 6px;
    font-size: 16px;
}

.product-article .articlebox .upart .content .pricebox .features {
    grid-area: 2/2/3/5;
}

.product-article .articlebox .upart .content .pricebox span {
    flex: 0 0 50%;
    color: var(--primary-100);
}

.product-article .articlebox .upart .content .pricebox strong {
    color: #333;
}

.product-article .articlebox .upart .btn a {
    color: #fff;
    background: -webkit-linear-gradient(0deg, var(--accent-100), var(--accent-200));
    padding: 11px 22px;
    border-radius: 11px;
    font-size: 18px;
    margin: 11px 0 0 22px;
    display: block;
    white-space: nowrap;
}

.product-article .articlebox li>p {
    font-size: 14px;
    margin-top: 11px;
}

/* 文章列表 */
.product-article .articlelist li {
    border-bottom: 1px solid #eae5cb;
    display: flex;
}

.product-article .articlelist li .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-article .articlelist li .title {
    font-size: 18px;
    font-weight: bold;
}

.product-article .articlelist li p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.product-article .articlelist li .other span {
    border: 1px solid rgba(222, 135, 141, 0.3);
    color: #de878d;
    padding: 0 6px;
}



/* 导航栏品牌部分 */
.articlebox .brandtitle {
    display: flex;
    align-items: center;
    background-color: var(--primary-200);
    color: #fff;
    padding: 10px;
    border-radius: 5px 0 6px 5px;
    width: 95%;
    height: 80px;
    position: relative;
}

.articlebox .brandtitle::after {
    content: "";
    width: 21px;
    height: 79px;
    transform: rotate(12deg);
    margin-left: -9px;
    border-radius: 0 10px 8px 0;
    position: absolute;
    left: 100%;
    top: 1px;
    background-color: var(--primary-200);
}

.articlebox .brandtitle em {
    width: 80px;
    text-align: center;
}

.articlebox .brandtitle .img {
    width: 138px;
    height: 60px;
    margin-right: 22px;
}

.articlebox .brandtitle .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.articlebox .content .taglist {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.articlebox .content .taglist p {
    background-color: #fff;
    border-radius: 15px;
    padding: 3px 11px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.articlebox .content .desc {
    color: #999;
}


/* 调用文章列表样式 */
.artlist .tabbox {
    width: 100%;
    display: flex;
    justify-content: center;
}

.artlist .tabbox span {
    border: 1px solid var(--primary-100);
    padding: 11px 22px;
    font-size: 18px;
    color: var(--text-200);
    cursor: pointer;
}

.artlist .tabbox span.active {
    background-color: var(--primary-100);
    color: #fff;
}

.artlist .contbox {
    margin-top: 22px;
    counter-reset: li;
    /* display: none; */
}

.artlist .contbox.active {
    display: block;
}

.artlist .contbox article {
    display: flex;
    gap: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0;
}

.artlist .contbox article .pic {
    width: 220px;
    height: 150px;
    flex-shrink: 0;
}

.artlist .contbox article .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artlist .contbox article .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.artlist .contbox .title {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.artlist .contbox .title em {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: #ccc;
    text-align: center;
    margin-right: 10px;
    color: #fff;

}

.artlist .contbox .title em::after {
    content: counter(li);
    counter-increment: li;
}

.artlist .contbox p {
    width: 100%;
    color: #999;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    /* 以下是实现省略号的代码 */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.artlist .contbox .other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

.artlist .contbox .left a {
    border: 1px solid rgba(222, 135, 141, 0.3);
    padding: 6px 11px;
}

.artlist .contbox .left span {
    font-size: 20px;
    color: #fe741c;
}