.productdisplay {
    padding-bottom: 68px;
    padding-top: 31px
}

.productdisplay .title {
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

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

.productdisplay .title img {
    width: 123px;
    height: 48px
}

.productdisplay .title nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.productdisplay .title nav ul li {
    margin-right: 25px
}

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

.productdisplay .title nav ul li a {
    text-decoration: none;
    font-size: 14px;
    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(3, 1fr);
    justify-items: center
}

.productdisplay .img-cards .img-item {
    margin-bottom: 26px;
    position: relative;
    width: 370px;
    height: 520px
}

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

.productdisplay .img-cards .img-item img {
    width: 370px;
    height: 520px;
    position: absolute
}

.productdisplay .img-cards .img-item .item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    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: 20px
}

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

.productdisplay .img-cards .img-item-one .img-item-text {
    width: 280px;
    height: 280px;
    background-color: #fff;
    padding: 16px
}

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

.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: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5
}

/*# sourceMappingURL=./productDisplay.css.map */
