/* 门户 - 频道 - 现货闪发 */
.m-w14 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.m-category-box {
    background-color: #F5F5F5;
}

.m-category-banner {
    height: 300px;
}

.m-filter-cate-top {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 42px;
    padding: 6px 0;
    background: #1db201;
    box-sizing: border-box;
}

.m-filter-cate-top.m-show {
    display: block;
}

.m-filter-cate-top ul {
    position: absolute;
    bottom: 6px;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}

.m-filter-cate-top-item {
    width: 100px;
    margin-right: 20px;
    text-align: center;
    border-radius: 3px;
    background: rgba(175, 197, 255, 0.55);
}

.m-filter-cate-top-item:last-child {
    margin-right: 0;
}

.m-filter-cate-top-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    height: 30px;
}

.m-filter-cate-top-item a i {
    width: 26px;
    height: 30px;
    margin-right: 2px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.style-blue .m-filter-cate-top-item a:hover {
    color: #FFFFFF !important;
}

.style-blue .m-filter-cate-top-item.on a {
    color: #1db201;
}

.style-blue .m-filter-cate-top-item.on a:hover {
    color: #1db201 !important;
}

.m-filter-cate-top-item.on {
    background: #FFFFFF;
}

.m-category-main {
    width: 1392px;
    margin: auto;
}

.m-category-tab {
    width: 100%;
    height: 100px;
    margin: 56px 0 16px;
}

.m-category-tab li {
    float: left;
    position: relative;
}

.m-category-tab li:nth-child(2) {
    margin: 0 10px 0 11px;
}

.m-category-tab li:nth-child(3) {
    margin-right: 11px;
}

.m-category-tab li img {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 340px;
    object-fit: cover;
    z-index: 3;
}

.m-category-tab li.on img {
    display: inline-block;
}

.m-category-tab li a {
    width: 340px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 20px;
    color: #1DB201;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.style-blue .m-category-tab li a:hover {
    color: #1DB201 !important;
}

.m-category-tab li a>div:first-child {
    font-size: 20px;
    margin-bottom: 6px;
}

.m-category-tab li a>div:last-child {
    font-size: 16px;
    font-family: PingFang SC-Semibold;
}

.m-filter-cate {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0 24px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
}

.m-filter-cate>div {
    width: 1276px;
    height: 0;
    border-bottom: 1px solid #E9E9E9;
    position:absolute;
    top: 71px;
    left: 92px;
}

.m-filter-cate ul:first-child {
    height: 70px;
}

.m-filter-cate ul:last-child {
    height: 70px;
    position: relative;
}

.m-filter-cate ul:last-child::after {
  content: '';
  position: absolute;
  top: 27px;
  right: 4px;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  border: solid #676767;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.m-filter-cate ul:last-child:hover {
    height: auto;
}

.m-filter-cate ul:last-child:hover::after {
    top: 32px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}

.m-filter-cate li {
    display: inline-flex;
    align-items: center;
    height: 70px;
    margin-right: 39px;
}

.m-filter-cate li:first-child {
    font-weight: 600;
}

.m-filter-cate li span {
    display: inline-block;
    border-radius: 4px;
    padding: 3px 6px;
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
}

.m-filter-cate li span:hover,
.m-filter-cate li.on span {
    color: #ffffff;
    background-color: #1DB201;
}

.m-filter-other {
    width: 100%;
    height: 61px;
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 24px;
    margin-bottom: 16px;
    font-size: 16px;
    position: relative;
}

.m-filter-other li {
    float: left;
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
}

.m-filter-other .layui-form-checkbox {
    padding-left: 21px;
}

.m-filter-other .layui-form-checkbox span {
    font-size: 16px;
    color: #000000;
    padding-right: 0;
}

.m-filter-other .layui-form-checkbox i {
    width: 15px;
    height: 15px;
}

.m-filter-other .layui-form-checkbox:hover i {
    border-color: #1DB201 !important;
}

.m-filter-other .layui-form-checked i {
    border-color: #1DB201 !important;
    background-color: #1DB201 !important;
}

.m-filter-other .layui-btn-primary:hover {
    color: #1DB201 !important;
    border-color: #1DB201 !important;
}

.m-range-price input[type='number'],
.m-item-sn input[type='text'],
.m-item-sn button {
    width: 60px;
    height: 24px;
    line-height: 24px;
}

.m-range-price span,
.m-item-sn span {
    display: inline-block;
    width: 38px;
}

.m-range-price em {
    margin: 0 5px;
}

.m-item-sn input[type='text'] {
    width: 150px;
}

.m-item-sn button {
    padding: 0 16px;
    margin-left: 15px;
}

.m-total-spu {
    position: absolute;
    right: 0;
}

.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;
}