.goods-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}
.nGood{
    border-radius: 10px;
    margin-bottom: 5px;
}
.goods-list .good {
    width: 230px;
    padding-bottom: 10px;
    margin-right: 12px;
    font-size: 13px;
}
.goods-list .goodNo{
    margin-right: 0px;
}
.goods-list .tags {
    display: flex;
    /*justify-content: center;*/
    /*position: absolute;*/
    margin-top: 14px;
    margin: 0 auto;
    margin-top: 15px;
    width: 250px;
    /*top: 310px;*/
    /*left: 0px;*/
}
.goods-list .good-base {
    cursor: pointer;
    /*background: #ffffff;*/
    /*padding: 10px 10px 0 10px;*/
    position: relative;
    height: 380px;
    /*height: 400px;*/
    /*width: 230px;*/
    /*border: 1px solid #fff;*/
    content-visibility: auto;
    /*width: 250px;*/
}
/*.goods-list .good-base:hover {*/
/*    border: 1px solid #ff6509;*/
/*    box-shadow: 0px 5px 5px 0px rgba(229, 166, 90, 0.1);*/
/*    transition-property: all;*/
/*    transition-duration: 0.4s;*/
/*    transition-timing-function: linear;*/
/*    transition-delay: 0s;*/
/*}*/

.goods-list .good-base .good-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goods-list .good-base .good-img .productImg {
    width: 250px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 12px;
}
.goods-list .good-base .good-img .hdImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    height: 208px;
    z-index: 2;
}
.goods-list .good-base .title {
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 15px;
    height: 42px;
    line-height: 20px;
    /*font-size: 16px;*/
    /*color: #02081A;*/
    /*font-weight: normal;*/
}
.goods-list .good-base .title:hover {
    color: #ff6509;
}
.goods-list .good-base .good-main {
    padding: 5px 0 12px 0;
    margin: 0 auto;
    width: 250px;
    display: flex;
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    align-items: baseline;
    justify-content: flex-start;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    /*width: 100%;*/
}
.goods-list .good-base .good-main .good-w .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-list .good-base .good-main .good-left {
    font-weight: 600;
    font-family: PingFang SC;
    font-size: 14px;
}
.goods-list .good-base .good-main .good-left .price {
    color: #ff1e32;
    font-size: 24px;
}
.goods-list .good-base .good-main .good-left .price span {
    font-size: 24px;
}
.goods-list .good-base .good-main .good-left .no-price {
    color: #999999;
    font-size: 13px;
}
.goods-list .good-base .good-main .good-right {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
    margin-left: 6px;
}
.goods-list .xl-tag {
    /*padding: 1px 7px;*/
    color: #5fa5d8;
    font-size: 12px;
    /*border: solid 1px #5fa5d8;*/
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.goods-list .xl-tag + .xl-tag {
    margin-left: 10px !important;
}
.goods-list .xl-tag:hover {
    opacity: 0.7;
}


.goods-list-new .good {
    margin-right: unset;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding: 0 8px;
    margin-bottom: 20px;
    width: unset;
}
.goods-list-new .good-base{
    height: unset;
    /*margin-bottom: 0px;*/
}
.goods-list-new .good-base .good-img{
    overflow: hidden;
}
.goods-list-new .good-base .good-img .productImg{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.goods-list-new .good-base .good-img .productImg:hover{
    transform: scale(1.1);
}
.goods-list-new .tags{
    margin-top: 10px;
    width: 100%;
}
.goods-list-new .good-base .good-main{
    width: 100%;
    padding: 5px 0 0;
}
.goods-list-new .good-base .good-img .productImg{
    background-color: #F7F7F7;
}
