.productdisplay {
    padding: .4rem
}

.productdisplay .title {
    margin-bottom: .111rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.productdisplay .list {
    /*margin-bottom: .111rem;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    font-weight: bold;
}

.productdisplay .title img {
    width: 4rem;
    margin-bottom: .111rem;
}

.productdisplay .title nav {
    display: none;
}

.productdisplay .title nav ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column*/
}

.productdisplay .title nav ul li {
    margin-right: .3333rem;
    display: flex;
    float: left;
}

.productdisplay .list nav ul li {
    text-decoration: none;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333333;
    font-weight: bold;
}

.productdisplay .title nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999
}

.productdisplay .title nav ul li a:hover {
    color: #333
}

.productdisplay .title nav ul li .active {
    font-weight: bold;
    color: #333333
}

.productdisplay .img-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center
}

.productdisplay .img-cards .img-item {
    margin-bottom: .3467rem;
    position: relative;
    width: 4.2533rem;
    height: 5.9rem
}

.productdisplay .img-cards .img-item:hover .item-content {
    display: none
}

.productdisplay .img-cards .img-item img {
    width: 4.2533rem;
    position: absolute;
    height: 5.9rem
}

.productdisplay .img-cards .img-item .item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3)
}

.productdisplay .img-cards .img-item .item-content span {
    color: #fff;
    font-size: 14px
}

.productdisplay .img-cards .img-item-one {
    width: 4.2533rem;
    height: 4.2533rem;
    background: url("../images/product_1.png") center no-repeat;
    background-size: cover;
    padding: .2667rem
}

.productdisplay .img-cards .img-item-one .img-item-text {
    width: 3.7333rem;
    height: 3.7333rem;
    background-color: #fff;
    padding: .2133rem
}

.productdisplay .img-cards .img-item-one .img-item-text .img-item-text-title {
    font-size: .24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: .1333rem
}

.productdisplay .img-cards .img-item-one .img-item-text .img-item-text-word {
    display: flex;
    flex-direction: column
}

.productdisplay .img-cards .img-item-one .img-item-text .img-item-text-word span {
    font-size: .1867rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5
}
