.pageTop {
    background-color: #f7f9fc;
}

.topStatic {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 1000;
    padding: 0 0.24rem;
}

/* 顶部动态区域 */
.moveBox {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 900;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f7f9fc;
}
.moveBox.hideBox {
    /* top: -1.5rem; */
    top: -2.3rem;
}

/* 搜索框 */
.searchPart {
    width: 7.5rem;
    height: 0.86rem;
    background-color: #f7f9fc;
    padding: 0 0.24rem;
    /* margin: 0 -0.24rem; */
    display: flex;
    align-items: flex-end;
}
.searchPart > div {
    width: 100%;
    height: 0.56rem;
    border-radius: 0.28rem;
    -webkit-border-radius: 0.28rem;
    -moz-border-radius: 0.28rem;
    -ms-border-radius: 0.28rem;
    -o-border-radius: 0.28rem;
    border: 0.02rem solid #ffcc00;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    background-color: white;
}
.searchPart > div > div {
    width: 0.24rem;
    min-width: 0.24rem;
    height: 0.24rem;
    background: url("../images/msm/search.png") center no-repeat;
    background-size: 100% 100%;
    margin-right: 0.1rem;
}
.searchPart > div > input {
    width: 100%;
    height: 0.5rem;
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    border: none;
    background-color: unset;
}

/* 个人信息 */
.userPart {
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    /* margin: 0 -0.24rem; */
    padding: 0 0.24rem;
    background-color: #f7f9fc;
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
}
.userPart > .info > .p01 {
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.32rem;
}
.userPart > .info > .p02 {
    font-family: "PingFang Heavy";
    font-size: 0.56rem;
    color: #003399;
    line-height: 0.8rem;
}
.userPart > .buttons {
    display: flex;
    align-items: center;
}
.userPart > .buttons > a {
    display: block;
}
.userPart > .buttons > a > div {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
}
.userPart > .buttons > a:first-child {
    margin-right: 0.8rem;
}
.userPart > .buttons > a:nth-child(1) > div {
    background: url("../images/msm/orders.png") center no-repeat;
    background-size: 100% 100%;
}
.userPart > .buttons > a:nth-child(2) > div {
    background: url("../images/msm/cart.png") center no-repeat;
    background-size: 100% 100%;
}
.userPart > .buttons > a > p {
    font-family: "PingFang Medium";
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #003399;
}

/* 分类 */
.cates {
    width: 7.5rem;
    /* margin: 0 -0.24rem; */
    padding: 0 0.24rem;
    background-color: white;
    height: 0.78rem;
    padding: 0.3rem 0.24rem 0 0.3rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE10+ */
}
.cates::-webkit-scrollbar {
    display: none; /* ChromeSafari */
}
.cates > .item {
    min-width: 1.2rem;
    height: 0.48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 0.6rem;
    flex-shrink: 0;
}
.cates > .item > p {
    font-family: "PingFang Medium";
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #999999;
}
.cates > .item > span {
    width: 0.48rem;
    height: 0.04rem;
    background-color: white;
    border-radius: 0.02rem;
    -webkit-border-radius: 0.02rem;
    -moz-border-radius: 0.02rem;
    -ms-border-radius: 0.02rem;
    -o-border-radius: 0.02rem;
}
.cates > .item.active > p {
    font-family: "PingFang Bold";
    color: #003399;
}
.cates > .item.active > span {
    background-color: #003399;
}

/* 排序 */
.sorts {
    width: 7.5rem;
    /* margin: 0 -0.24rem; */
    padding: 0 0.24rem;
    background-color: white;
    height: 1.06rem;
    padding: 0.42rem 0.24rem 0.32rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sorts > .sortPart {
    width: auto;
    display: flex;
    align-items: center;
}
.sorts > .sortPart > .item {
    display: flex;
    align-items: center;
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #999999;
    cursor: pointer;
    margin-left: 0.4rem;
}
.sorts > .sortPart > .item:first-child {
    margin-left: 0;
}
.sorts > .sortPart > .item.active {
    font-family: "PingFang Bold";
    color: #003399;
}
.sorts > .sortPart > .item > span {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.1rem;
}
.sorts > .sortPart > .item > span.sort0 {
    background: url("../images/msm/sort0.png") center no-repeat;
    background-size: 100% 100%;
}
.sorts > .sortPart > .item > span.sort1 {
    background: url("../images/msm/sort1.png") center no-repeat;
    background-size: 100% 100%;
}
.sorts > .sortPart > .item > span.sort2 {
    background: url("../images/msm/sort2.png") center no-repeat;
    background-size: 100% 100%;
}
.sorts > .sortPart > .item > span.filter {
    background: url("../images/msm/filter.png") center no-repeat;
    background-size: 100% 100%;
}
.sorts > .sortPart > .item > span.filter2 {
    background: url("../images/msm/filter2.png") center no-repeat;
    background-size: 100% 100%;
}

.sorts > .jifenFilter {
    width: auto;
    display: flex;
    align-items: center;
}
.sorts > .jifenFilter > input {
    width: 1.4rem;
    height: 0.56rem;
    border: 0.01rem solid #cdcdcd;
    background-color: white;
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    color: #333333;
    padding: 0.12rem 0.2rem;
}
.sorts > .jifenFilter > div {
    width: 0.2rem;
    height: 0.02rem;
    background-color: #cdcdcd;
    margin: 0 0.1rem;
}

.sticked {
    position: fixed;
    top: 0.88rem;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 0 0.24rem;
    z-index: 1000;
}

/* 新版积分面板样式 */
.moveBox .noLogin {
    width: 100%;
    padding: 0.5rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moveBox .noLogin > div {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.moveBox .noLogin > div > img {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.moveBox .noLogin > div > p {
    font-family: "PingFang Heavy";
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #333333;
}
.moveBox .noLogin > a {
    width: 2.16rem;
    height: 0.56rem;
    border-radius: 0.28rem;
    -webkit-border-radius: 0.28rem;
    -moz-border-radius: 0.28rem;
    -ms-border-radius: 0.28rem;
    -o-border-radius: 0.28rem;
    background-color: #ffcc00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PingFang Bold";
    font-size: 0.24rem;
    line-height: 1em;
}
.moveBox .basicStatus {
    padding: 0.3rem 0;
}
.moveBox .basicStatus > .alertMessage {
    width: 7.02rem;
    height: 0.72rem;
    display: flex;
    align-items: center;
    padding: 0 0.12rem;
    background-color: #fbf9d2;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 0.02rem solid #ffcc00;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.moveBox .basicStatus > .alertMessage > img {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}
.moveBox .basicStatus > .alertMessage > p {
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    line-height: 1em;
    color: #333333;
}
.moveBox .basicStatus > .alertMessage > p > a {
    color: #003399;
}
.moveBox .basicStatus > .jifenInfoBox {
    width: 100%;
    height: 0.96rem;
    display: flex;
    justify-content: space-between;
}
.moveBox .basicStatus > .jifenInfoBox > span {
    display: block;
    width: 0.01rem;
    height: 0.86rem;
    background-color: #e8e8e8;
}
.moveBox .basicStatus > .jifenInfoBox > div {
    width: 3.5rem;
    height: 0.96rem;
}
.moveBox .basicStatus > .jifenInfoBox > div > .p01 {
    width: 100%;
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    line-height: 0.32rem;
    text-align: center;
    color: #333333;
    margin-bottom: 0.08rem;
}
.moveBox .basicStatus > .jifenInfoBox > div > .p01.disabled {
    color: #999999;
}
.moveBox .basicStatus > .jifenInfoBox > div > .p02 {
    width: 100%;
    font-family: "PingFang Bold";
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #003399;
    text-align: center;
}
.moveBox .basicStatus > .jifenInfoBox > div > .p02.disabled {
    color: #999999;
}
.moveBox .basicStatus > .jifenInfoBox > div > p.bubbleNotice {
    width: 1.92rem;
    height: 0.56rem;
    background: url("../images/msm/noJifen.png") center no-repeat;
    background-size: 100% 100%;
    padding-top: 0.16rem;
    font-family: "PingFang Medium";
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #333333;
    text-align: center;
    margin: 0 auto;
}

/* 积分区间弹窗 */
.pointsMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1550;
    background-color: rgba(0, 0, 0, 0.4);
}
.pointsRange {
    width: 7.02rem;
    height: auto;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.16rem;
    -ms-border-radius: 0.16rem;
    -o-border-radius: 0.16rem;
    background-color: white;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1600;
}
.pointsRange > .wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0.3rem 0.36rem 0.4rem 0.36rem;
}
.pointsRange > .wrap > .title {
    width: 100%;
    height: auto;
    font-family: "PingFang Bold";
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333333;
    text-align: center;
}
.pointsRange > .wrap > .closePoints {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}
.pointsRange > .wrap > .pointsRangeInputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.86rem;
    background-color: #f8f8f8;
}
.pointsRange > .wrap > .pointsRangeInputs > div {
    width: 0.56rem;
    height: 0.03rem;
    background-color: #333333;
}
.pointsRange > .wrap > .pointsRangeInputs > input {
    width: 2.87rem;
    height: 0.4rem;
    font-family: "PingFang Medium";
    font-size: 0.28rem;
    line-height: 0.4rem;
    border: none;
    background: none;
    text-align: center;
}
.pointsRange > .wrap > .pointsRangeButtons {
    width: 100%;
    height: 0.72rem;
    margin-top: 0.74rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pointsRange > .wrap > .pointsRangeButtons > div {
    width: 2.95rem;
    height: 0.72rem;
    border-radius: 0.36rem;
    -webkit-border-radius: 0.36rem;
    -moz-border-radius: 0.36rem;
    -ms-border-radius: 0.36rem;
    -o-border-radius: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PingFang Medium";
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333333;
}
.pointsRange > .wrap > .pointsRangeButtons > div.resetPoints {
    border: 0.02rem solid #cdcdcd;
    background-color: white;
}
.pointsRange > .wrap > .pointsRangeButtons > div.confirmPoints {
    border: 0.02rem solid #ffcc00;
    background-color: #ffcc00;
}
