.vm-filter-ctn {
    margin-top: 20px;
}

.mf-condition-ctn {
    position: relative;
    z-index: 50;
}

.vm-filter-detail-text-ctn {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #424b5a;
}

.vm-filter-detail-icon {
    float: left;
    margin-top: 8px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background: url("../images/pc-shang.png");
    background-size: 24px 24px;
}

.vm-filter-detail-text:after {
    display: block;
    clear: both;
    content: "";
}

.vm-filter-detail-text2 {
    margin-top: 12px;
}

/* filter tab */

.mf-tab-ctn {
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    background: white;
}

.mf-tab {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    white-space: nowrap;
}

.mf-tab-item {
    display: inline-block;
    padding: 12px 20px;
    height: 48px;
    text-align: center;
    color: #424b5a;
}

.mf-tab-text {
    position: relative;
    margin: 0;
    padding-bottom: 5px;
    font-size: 14px;
}

.mf-tab-text.tabActive {
    border-bottom: 2px solid #b5965a;
    color: #b5965a;
}

.mf-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* tag group */

.mf-tab-content {
    position: relative;
}

.mf-tab-content.fixed {
    position: fixed;
    top: 89px;
    right: 0;
    width: 100%;
    height: calc(100% - 89px - 44px);
}

.mf-tab-content-inner {
    position: absolute;
    top: 44px;
    z-index: 1;
    width: 100%;
    /* 2020.10 fix last group overlapping */
    /* height: 100%; */
}

.mf-group-ctn {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 2;
}

.mf-group {
    position: relative;
    border-radius: 2px;
    padding: 9px 0;
    /* width: calc((100% - 21px) / 4); */
    flex-grow: 1;
    text-align: center;
    color: #424b5a;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(231, 231, 231, .5);
}

.mf-group:not(:last-child) {
    margin-right: 5px;
}

.mf-group.active {
    color: #c3a86f;
}

.mf-group.active::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #b5965a;
    border-radius: 2px;
    content: "";
}

.mf-group-text {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .37px;
}

.mf-down-arrow {
    position: relative;
    flex-grow: 1;
}

.mf-down-arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/caret-down-m.svg") right center / 12px no-repeat;
    content: "";
}

.mf-down-arrow::after {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/caret-golden-m.svg") right center / 12px no-repeat;
    content: "";
}

.mf-group.active .mf-down-arrow::before {
    display: none;
}

.mf-group.active .mf-down-arrow::after {
    visibility: visible;
}

/* tag group dropdown */

.mf-group-drop-down-list-ctn {
    position: relative;
    z-index: 2;
}

.mf-group-drop-down-list {
    display: none;
    position: relative;
    z-index: 50;
    width: 100%;
    height: auto;
}

.mf-tag {
    display: inline-block;
    margin-bottom: 9px;
    border: 1px solid #dbdfe5;
    border-radius: 2px;
    padding: 8px 0;
    width: calc((100% - 8px) / 2);
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .37px;
    color: #424b5a;
    background: #fff;
    cursor: pointer;
}

.mf-tag:nth-child(2n) {
    margin-left: 8px;
}

.mf-tag.tag-active {
    border-color: transparent;
    color: #fff;
    background: #ddcdaa;
}

.mf-group-drop-down-list-content {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 18px 20.5px 9px;
    height: auto;
    background: #fff;
}

.mf-group-drop-down-list-content:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    ;
}

.mf-drop-down-list-button {
    display: flex;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.mf-clear,
.mf-finish {
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 50%;
}

.mf-clear {
    position: relative;
    color: #b5965a;
    background: #fff;
    border-bottom-left-radius: 3px;
}

.mf-clear::before {
    background: #dcca9d;
}

.mf-sort-content .mf-finish {
    background: url("../images/m-btn-bg.png");
    background-size: 100% 100%;
}

.mf-finish {
    color: #fff;
    /* background: url("../images/m-btn-bg.png"); */
    background-color: #c0a36a;
    background-position: center right;
    background-size: 100% 100%;
    border-bottom-right-radius: 3px;
}

.mf-sort {
    padding: 16px 16px 36px 16px;
}

.mf-sort:after {
    display: block;
    clear: both;
    content: "";
}

.mf-sort-text {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    border: solid 1px #c2c7cd;
    border-radius: 2px;
    width: 48px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #424b5a;
}

.sort-active {
    border-color: #b5965a;
    color: #b5965a;
}

/* tile tag */

.mf-special-tags {
    margin-top: 12px;
    margin-bottom: -8px;
}

.mf-special-tags:after {
    display: block;
    clear: both;
    content: "";
}

.mf-special-tag {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    border: solid 1px #dbdfe5;
    padding: 9px 25px;
    font-size: 12px;
    color: #424b5a;
    background-color: #fff;
}

.mf-special-tag.tag-active {
    border: 1px solid #b5965a;
    color: #b5965a;
}

/* shopping tile */

.mf-pro {
    position: relative;
    padding: 25px 0 0;
}

.m-tile-item {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    background: white;
    box-shadow: 0 0 15px 0 rgba(149, 149, 149, .3);
}

.m-tile-item:last-child {
    margin-bottom: 0;
}

.m-tile-img {
    width: 35.29411765%;
}

.m-tile-img-outer {
    position: relative;
    padding-top: 100%;
}

.m-tile-img-outer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-title-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 1px;
    padding: 0 5px;
    min-width: 52px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.m-title-tag.newest-red {
    background-color: #df4840;
}

.m-title-tag.hottest-yellow {
    background-color: #f5a623;
}

.m-tile-text {
    position: relative;
    padding: 12px 16px;
    width: calc(100% - 35.29411765%);
}

.m-tile-icon-shang {
    margin-top: 6px;
    width: 24px;
    height: 24px;
    background: url("../images/pc-shang.png");
    background-size: 24px 24px;
}

.m-tile-more {
    display: block;
    color: #b5965a;
}

@font-face {
    font-family: "Songti";
    font-weight: bold;
    src: local("STSongti-SC-Bold");
}

.m-tile-title {
    margin: 0;
    font-family: Songti, "Source Han Serif SC", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #424b5a;
}

.m-tile-description {
    position: absolute;
    left: 16px;
    bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #8b95a6;
}

/* newly added */

.display-block {
    display: block;
    transition: all .35s;
    box-shadow: 0 3px 10px 0 rgba(192, 192, 192, .5);
}

.mf-no-content {
    padding: 20% 0 26%;
    font-size: 14px;
    text-align: center;
    color: #424b5a;
}

/* 20200220 */

.mf-group-title {
    display: flex;
    padding: 0 13%;
}

.oHQb {
    padding-bottom: 40px;
}

.container-Jv9 {
    margin: 0 -25px;
}

/* 1px border */

/* .mf-tag::before {
    border-color: #dbdfe5;
}

[data-dpr="1"] .mf-tag::before {
    border-radius: 2px;
}

[data-dpr="2"] .mf-tag::before {
    border-radius: 4px;
}

[data-dpr="3"] .mf-tag::before {
    border-radius: 6px;
} */
