.tradePlatform{
    background: #F3EFEC;
}
.list-heard{
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding:  20px;
    border-bottom: 1px solid #E9EAF2;
}

.list-heard .list-heard-left{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.list-heard .list-heard-left .price-heard{
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #464A55;
    margin: 0 32px ;
}

.list-heard .list-heard-left .price-heard img{
    width: 6px;
    height: 12px;
    margin-left: 4px;
    display: none;
}

.list-heard .list-heard-left .price-heard .descend-show{
    width: 6px;
    height: 12px;
    margin-left: 4px;
    display: block;
}
.list-heard .list-heard-left .price-heard .ascend-show{
    width: 6px;
    height: 12px;
    margin-left: 4px;
    display: block;
}


.list-heard .list-heard-left #comprehensive{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #464A55;
}

.list-heard .list-heard-left #comprehensive:hover{
    color: #FF6B00 !important;
}

.list-heard .list-heard-left .comprehensive-active{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FF6B00 !important;
}

.list-heard .list-heard-left .comprehensive-none{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #464A55 !important;
}
.list-heard .list-heard-left #latest-heard{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #464A55;
}
.list-heard .list-heard-left #latest-heard:hover{
    color: #FF6B00 !important;
}

.list-heard .list-heard-left .latest-heard-hight{
    color: #FF6B00 !important;
}

.list-heard .list-heard-right{
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #464A55;
}
.list-heard .list-heard-right span{
    color: #FF6B00;
}
.trademark_list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 将容器分为3等分 */
    grid-auto-rows: minmax(0, max-content);
    /*!* 自动调整行高度 *!*/
    /*gap: 10px;*/
    align-content: center;
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
}


.trademark_list .product-item:nth-child(-n+5){
    width: 239px;
    height: 296px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E9EAF2;
    border-bottom: 1px solid #E9EAF2;
}

.trademark_list .product-item:nth-child(n+6){
    width: 239px;
    height: 296px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E9EAF2;
    border-bottom: 1px solid #E9EAF2;
}

.trademark_list .product-item:nth-child(5n){
    width: 240px;
    height: 296px;
    display: flex;
    flex-direction: column;
    border-right: none;
    /*border-bottom: 1px solid #E9EAF2;*/
}

.trademark_list .product-item:hover .item-box{
    transform: translateY(-30px);
    transition: transform 0.4s ease; /* 设置过渡效果 */
}


.trademark_list .product-item{
    cursor: pointer;
    background: #FFFFFF;
}

.trademark_list .product-item .item-bgc-box{
    width:  240px;
    height: 144px;
    line-height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 22px;
    color: #12151B;
}

.trademark_list .product-item .item-bgc-box .item-bgc{
    width: 162px;
    height: 122px;
}

.trademark_list .product-item .item-box{
    width: 239px;
    height: 100%;
    box-sizing: border-box;
    padding: 24px 12px;
    background: #ffffff;
}

.trademark_list .product-item .item-box .item-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #12151B;
    width: 180px; /* 设置容器宽度 */
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 使用省略号表示溢出 */
}

.trademark_list .product-item .item-box .item-headTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #868A93;
    display: -webkit-box;             /* 支持多个行 */
    -webkit-box-orient: vertical;    /* 设置方向为垂直 */
    -webkit-line-clamp: 2;            /* 限制显示为2行 */
    overflow: hidden;                 /* 隐藏超出的部分 */
    text-overflow: ellipsis;          /* 用省略号表示溢出文本 */
    line-height: 17px;
    margin: 12px 0;
}
.trademark_list .product-item .item-box .item-headTitle .icon-title{
    width: 56px;
    height: 20px;
    background: #FEF6ED;
    border-radius: 4px 4px 4px 4px;
    white-space: nowrap;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #A04207;
    box-sizing: border-box;
    padding: 4px;
    margin-right: 8px;
}


.trademark_list .product-item .item-box .item-price{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #FF6B00;
}
.trademark_list .product-item .item-box .item-btnlist{
    display: none;
}

.trademark_list .product-item .item-box .item-btnlist .btn-pay{
    background: #FF6B00;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.trademark_list .product-item .item-box .item-btnlist .btn-kf{
    background: #ffffff;
    border: 1px solid #FF6B00;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FF6B00;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}
.trademark_list .product-item:hover .item-box .item-btnlist {
    display: flex;
    justify-content: space-between;
}
#dml_pagination{
    margin: 30px auto 40px;
    display: flex;
    justify-content: center;
}
#dml_pagination .pagination {
    display: flex;
    justify-content: center;
}
#dml_pagination .pagination .page-items a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg) 8px 7px no-repeat;
}
#dml_pagination .pagination .page-itemss a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg)  8px 7px no-repeat;
    background-position: -21px 7px;
}
#dml_pagination .pagination .page-item-prev a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg) 8px 7px no-repeat;
    background-position: 7px -21px;
}
#dml_pagination .pagination .page-item-next a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg) 8px 7px no-repeat;
    background-position: -21px -21px;
}
#dml_pagination .pagination .page-item .active{
    border-color: #ff6a00;
    color: #ff6a00;
}