ul.goods{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    /* justify-content: space-between; */
    /* margin: 0 23px; */
}
ul.goods > li{
    width: 290px;
    height: 360px;
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

ul.goods > li .img {
    width: 290px;
    height: 290px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
ul.goods > li:hover .img{outline:5px solid #1CA2D2;}
ul.goods > li:hover .btns {
    display: flex;
}
ul.goods > li .btns {
    display: none;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* bottom: 0; */
    /* margin-top: 57%; */
    left: -75px;
    width: 150px;
    margin-left: 50%;
    /* display: flex; */
    z-index: 9;
}

.btns.sale_state_2 a.btnPop {
    display: none !important;
}

ul.goods > li .btns .btn:hover {
    background: #1CA2D2;
    color: white;
}

ul.goods > li .btns .btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: white;
    width: 40px;
    border-radius: 34px;
    color: #1CA2D2;
    border: 1px solid #1CA2D2;
    font-size: 20px;
}




ul.goods > li .img img{width:100%;height:auto;}

.product .cont h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ADADAD;
    /* margin: 0 23px; */
    margin-bottom: 20px;
    font-size: 14px;
    /* margin: 0 23px; */
}

.product-cnt i {
    color: red;
}

span.product-cnt {}

span.product-cnt em {
    font-weight: bold;
    color: red;
}

.product .cont h5 select {
    width: 100px;
    padding: 10px;
    border-bottom: 0;
}
ul.goods .info{
    margin-top: 12px;
}
ul.goods .info .title{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    gap: 5px;
    height: 40px;
}

ul.goods .info .prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
ul.goods .info .title span{
    font-size: 16px;
}
ul.goods .info .title p{
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0;
    margin: 0;
}

ul.goods .info .price{
}

.price.old.sale_state_2 {
    visibility: hidden;
}

ul.goods .info .price.prd.sale_state_2 {
    color: gray !important;
}
ul.goods .info .price.old span {text-decoration: line-through; color:red}
ul.goods .info .price span {/* color:black; */font-weight: bold;}

ul.goods .info .price em {font-style: normal;color: #1CA2D2;margin-right: 5px;font-weight: bold;}

.lmyn{display:none;position: absolute;left:3px;bottom:0px;}
.lmyn.lm_Y{display:block;}