.product-list-item {
    width: 270px;
    background: url(../img/productCard.60bf48cf.png) no-repeat;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
    border-radius: 3px;
    background-size: 100% 100%
}

.product-list-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.product-list-item:nth-child(3n) {
    margin-right: 0
}

.product-list-item:nth-child(1n) {
    margin-left: 4px
}

.product-list-item .logobox {
    display: flex;
    height: 50px;
    padding-top: 20px;
    align-items: center;
    justify-content: center
}

.product-list-item h3 {
    width: 80%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    color: #373737
}

.product-list-item p {
    width: 100%;
    line-height: 38px;
    overflow: hidden;
    text-align: left
}

.product-list-item p.li-lv {
    line-height: 38px;
    font-size: 14px;
    text-align: center
}

.product-list-item p.li-lv span {
    font-size: 20px;
    font-weight: 700;
    width: 100%
}

.product-list-item p.li-lv .name {
    font-size: 14px;
    color: #333
}

.product-list-item p span {
    font-size: 14px;
    color: #797979
}

.product-list-item p em {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400
}

.fly-div {
    display: flex;
    justify-content: space-between
}

.fly-div div {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column
}

.fly-div .num {
    font-weight: 700px;
    color: #333
}

.fly-div .type {
    color: #6e7177;
    font-size: 12px
}

.mores-btn {
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mores-btn button {
    margin: 0;
    width: 140px;
    height: 30px;
    opacity: .8;
    box-shadow: 0 4px 16px 0 hsla(0,0%,76.9%,.3);
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff
}

.mores-btn span {
    padding: 10px 20px 20px 20px;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #6e7177;
    text-align: center;
    box-sizing: border-box
}
