.m-category-ul {
    width: 100%;
    font-size: 0;
}

.m-category-li {
    width: 264px;
    position: relative;
    display: inline-block;
    margin: 0 15px 16px 0;
    transition: all 0.3s linear;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
}

.m-category-li:nth-child(5n+1),
.m-category-li:nth-child(5n+4) {
    margin-right: 16px;
}

.m-category-li:nth-child(5n+5) {
    margin-right: 0;
}

.m-category-li:hover {
    border-color: #1DB228;
}

.m-category-li>div {
    width: 100%;
    box-sizing: border-box;
}

.m-category-li-img {
    height: 260px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.m-category-li-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    transition: all 1s;
}

.m-category-li-img:hover img {
    transform: scale(1.2);
    transition: all 1s;
}

.m-category-li-hover {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
    background: #ffffff;
}

.m-category-li-hover .m-category-li-store {
    height: 30px !important;
}

.m-category-li-img:hover .m-category-li-hover,
.m-category-li-hover:hover {
    display: block;
}

.m-category-li-stat {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #ffffff;
    padding: 5px 0px 10px 0px;
    text-align: center;
}

.m-category-li-stat>div {
    width: 88px;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.m-category-li-stat>div:nth-child(2) {
    position: relative;
}

.m-category-li-stat>div:nth-child(2)::before,
.m-category-li-stat>div:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 1px;
    height: 20px;
    background: #D3D3D3;
}

.m-category-li-stat>div:nth-child(2)::before {
    left: 0;
}

.m-category-li-stat>div:nth-child(2):after {
    right: 0;
}

.m-category-li-stat>div :first-child {
    font-size: 15px;
    color: #1C8114;
    font-family: Microsoft YaHei-Regular;
}

.m-category-li-stat>div :last-child {
    font-size: 13px;
}

.m-category-li-button {
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #1DB228;
    border-top: unset;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: -0.8px;
}

.m-btn-search,
.m-btn-upload,
.m-btn-add-product {
  float: left;
  width: calc(264px / 3);
  font-size: 15px;
  color: #ffffff;
}

a.m-btn-search:hover,
a.m-btn-upload:hover,
a.m-btn-add-product:hover {
  color: #ffffff !important;
}

.m-btn-search {
  background: #1DB228;
  border-bottom-left-radius: 4px;
}

.m-btn-upload {
  background: #FFA701;
}

.m-btn-add-product {
  background: #FF6717;
  border-bottom-right-radius: 4px;
}

.m-category-li-main {
    position: relative;
}

.m-category-li-store,
.m-category-li-title,
.m-category-li-price {
    position: relative;
    padding: 0 10px;
}

.m-category-li-store {
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: 600;
}

.m-category-li-store>span:first-child {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-category-li-store>span:first-child a {
    margin-right: 5px;
}

.m-category-li-store .m-star,
.m-category-li-store .m-star-on {
    top: 8px;
}

.m-category-li-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-title-tag {
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #1DB201;
    border: 1px solid #1DB201;
    border-radius: 3px;
    padding: 0 4px;
    margin-right: 2px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.m-category-li-price {
    height: 39px;
    line-height: 39px;
    font-size: 12px;
}

.m-category-li-price>span:first-child {
    font-weight: 700;
    color: #FF4200;
}

.m-category-li-price>span:first-child em {
    font-size: 20px;
    margin-left: 2px;
}

.m-category-li-price>span:last-child {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    color: #9d9d9d;
}

.m-category-lis {
    width: 264px;
    position: relative;
    display: inline-block;
    margin: 0 15px 16px 0;
    transition: all 0.3s linear;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
}

.m-category-lis:nth-child(5n+1),
.m-category-lis:nth-child(5n+4) {
    margin-right: 16px;
}

.m-category-lis:nth-child(5n+5) {
    margin-right: 0;
}

.m-category-lis:hover {
    border-color: #235CF1;
}

.m-category-lis>div {
    width: 100%;
    box-sizing: border-box;
}

.m-category-lit {
    position: relative; 
    box-sizing: border-box;
}
