body {
    background-color: #F5F5F5;
    position: relative;
}

#mallIndexNewJpya {
    padding-bottom: 50px;
}

.searchBox input::-webkit-input-placeholder {
    color: rgba(110, 110, 110, 1);
}

.searchBox input:-moz-placeholder {
    color: rgba(110, 110, 110, 1);
}

.searchBox input::-moz-placeholder {
    color: rgba(110, 110, 110, 1);
}

.searchBox input:-ms-input-placeholder {
    color: rgba(110, 110, 110, 1);
}

.searchBox input:disabled,
.searchBox input[disabled] {
    -webkit-opacity: 1;
    opacity: 1;
}

.newJpyaHeader {
    width: 100%;
    height: 6.25rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.buyerTopInfo {
    width: 100%;
    height: 1.07rem;
    overflow: hidden;
    position: relative;
}

.buyerTopInfo>.topBg {
    width: 100%;
}

.buttonback {
    background: url('../../imgs/floatingMenu/yellowback.png') no-repeat center;
    background-size: 100%;
    width: 1.6rem;
    position: fixed;
    bottom: 2rem;
    right: 0;
    height: 1.72rem;
    text-align: center;
    z-index: 10;
}

.displayMore {
    background: url('../../imgs/floatingMenu/buttonback.png') no-repeat center;
    background-size: 100%;
    width: 2.1rem;
    height: 6.13rem;
    position: fixed;
    bottom: 2rem;
    right: 0;
    text-align: center;
}

.SuspensionCustomer {
    position: absolute;
    left: .26rem;
}

.animation {
    animation: mymove 0.5s;
    -webkit-animation: mymove 0.5s;
    /*Safari and Chrome*/
}

@keyframes mymove {
    from {
        top: 4.1rem;
        opacity: 0;
    }

    to {
        top: 0.9rem;
        opacity: 1;
    }
}

.animation3 {
    animation: mymove3 0.5s;
    -webkit-animation: mymove3 0.5s;
    /*Safari and Chrome*/
}

@keyframes mymove3 {
    from {
        top: 0.9rem;
        opacity: 1;
    }

    to {
        top: 4.1rem;
        opacity: 0;
    }
}

.animation1 {
    animation: mymove1 0.5s;
    -webkit-animation: mymove1 0.5s;
    /*Safari and Chrome*/
}

@keyframes mymove1 {
    from {
        top: 4.1rem;
        opacity: 0;
    }

    to {
        top: 2.5rem;
        opacity: 1;
    }
}

.animation2 {
    animation: mymove2 0.5s;
    -webkit-animation: mymove2 0.5s;
    /*Safari and Chrome*/
}

@keyframes mymove2 {
    from {
        top: 2.5rem;
        opacity: 1;
    }

    to {
        top: 4.1rem;
        opacity: 0;
    }
}

.buyerInfoBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 .2rem 0 .26rem;
}

.buyerInfo>img {
    width: .6rem;
    height: .6rem;
    box-shadow: 0 0 .09rem rgba(255, 184, 199, 1);
    -webkit-box-shadow: 0 0 .09rem rgba(255, 184, 199, 1);
    -ms-box-shadow: 0 0 .09rem rgba(255, 184, 199, 1);
    -moz-box-shadow: 0 0 .09rem rgba(255, 184, 199, 1);
}

.buyerInfo .buyerText {
    line-height: 1;
    margin-left: .25rem;
}

.buyerInfo .buyerText span {
    font-size: .28rem;
    color: #423f3e;
    text-shadow: 0 1px rgba(255, 184, 199, 1), 1px 0 rgba(255, 184, 199, 1), -1px 0 rgba(255, 184, 199, 1), 0 -1px rgba(255, 184, 199, 1);
    max-width: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buyerInfo .buyerText img {
    width: 1.4rem;
    margin: .14rem 0 0;
    display: block;
}

.buyerBrandText img {
    width: 1.66rem;
}

/* 优选商品区域 */
.recommendBox {
    padding: .4rem .2rem 0;
    background-color: #fff;
    line-height: 1;
}

.recommendTextBox {
    margin-bottom: .23rem;
}

.recommendText {
    font-size: .36rem;
}

.moreBox span:nth-child(1) {
    font-size: .24rem;
    padding-right: .13rem;
}

.moreBox span:nth-child(2) {
    width: .12rem;
    height: .22rem;
    display: inline-block;
    background: url('../../imgs/mallIndexNewJpya/rightIcon.png') no-repeat;
    background-size: .12rem;
}

.recommendListBox {
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
    height: 3.04rem;
}

.recommendListBox a {
    width: 2.03rem;
    height: 100%;
    border: solid 1px #ECECEC;
    display: inline-block;
    padding: .13rem .13rem 0;
    margin-right: .18rem;
    font-size: 0;
}

.recommendListBox .recommendImg {
    width: 1.7rem;
    height: 1.7rem;
}

.recommendListBox .recommendImg img {
    width: 100%;
}

.recommendListBox p {
    white-space: normal;
    margin: .14rem 0 .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .22rem;
    line-height: 1.3;
    height: .56rem;
}

.recommendListBox span {
    color: #ff0000;
    font-size: .24rem;
}

/* 顶部搜索区域 */
.matchaHeaderBox {
    padding: 0 .53rem;
    height: 1.14rem;
    width: 100%;
}

.header {
    width: 100%;
    height: 1.14rem;
    font-size: 0;
}

.header .searchBox {
    width: 100%;
    position: relative;
    height: .6rem;
}

.header .searchBox img {
    width: .25rem;
    position: absolute;
    left: .18rem;
    top: .16rem;
}

.header .searchBox input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: .5rem;
    background-color: rgba(255, 255, 255, .8);
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -moz-border-radius: .3rem;
    font-size: .24rem;
    color: #6e6e6e;
    line-height: normal;
    -webkit-appearance: none
}


.swiperBox {
    position: relative;
}

#swiper-container-1 {
    height: 3.9rem;
}

#swiper-container-1 .swiper-slide {
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -ms-transition: transform 1s;
    -moz-transition: transform 1s;
}

#swiper-container-1 .swiper-slide img {
    box-shadow: 0 0 .13rem rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 .13rem rgba(0, 0, 0, .14);
    -ms-box-shadow: 0 0 .13rem rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 .13rem rgba(0, 0, 0, .14);
}

#swiper-container-1 .swiper-slide-next,
#swiper-container-1 .swiper-slide-prev {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
}

.swiper-pagination.zdyPagination {
    bottom: -.33rem;
    height: 4px;
    font-size: 0;
}

.swiper-pagination.zdyPagination .swiper-slide-custom-line {
    background-color: #969696;
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 4px;
}

.swiper-pagination.zdyPagination .swiper-slide-custom-line.swiper-slide-custom-line-active {
    background-color: #000;
    width: 10px;
    height: 4px;
    margin: 0 4px;
}

.swiperNoticeBg {
    width: 100%;
    height: .72rem;
    margin-top: -.72rem;
    background-color: #f5f5f5;
}

.sortBox {
    background-color: #fff;
}

.sortBox ul {
    margin-top: .26rem;
    position: relative;
    padding-left: 2.05rem;
    margin-right: .18rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    height: 2.66rem;
    overflow: hidden;
}

.sortBox ul li {
    margin-right: .15rem;
    width: 1.64rem;
    margin-bottom: .14rem;
    height: 1.18rem;
    overflow: hidden;
    max-width: 31%;
}

.sortBox ul li:nth-child(3n+2) {
    width: 1.67rem;
}

.sortBox ul li:nth-child(3n+3) {
    margin-right: 0;
    width: 1.65rem;
}

.sortBox ul li img {
    width: 100%;
}

.sortImage {
    width: 1.7rem;
    position: absolute;
    left: .2rem;
    top: 0;
    z-index: 1;
}

.sortImage img {
    width: 100%;
}

.sortTextBox {
    padding: .27rem .31rem 0;
    font-size: .24rem;
}

.sortText label {
    font-size: .36rem;
    padding-right: .16rem;
}

.sortText span {
    color: #6e6e6e;
}

.changeImg {
    display: inline-block;
    width: .22rem;
    height: .22rem;
    background: url('../../imgs/mallIndexNewJpya/changeIcon.png');
    background-size: .22rem;
    vertical-align: middle;
    margin-left: .1rem;
}


.newUserText {
    line-height: 1;
    padding: .41rem .31rem .28rem;
    background-color: #fff;
}

.newUserText span:nth-child(1) {
    font-size: .36rem;
    font-weight: bold;
    padding-right: .16rem;
}

.newUserText span:nth-child(2) {
    font-size: .24rem;
    color: #6e6e6e;
}

.newUserList {
    position: relative;
    margin: .25rem .2rem .2rem;
    padding-left: 3.6rem;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    min-height: 4.94rem;
}

.newUserList li {
    width: 100%;
    height: 1.6rem;
    margin-bottom: .1rem;
    overflow: hidden;
}

.newUserList li:last-child {
    margin-bottom: 0;
}

.newUserList li img {
    width: 100%;
}

.newAct {
    width: 3.5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 4.94rem;
    overflow: hidden;
}

.newAct img {
    width: 100%;
}

/*秒杀区域*/
.seckillBox {
    background-color: #fff;
    line-height: 1;
    padding-top: .08rem;
}

.seckillTitle {
    padding: .38rem .26rem .38rem .32rem;
}

.seckillTitle .seckillTitleText label {
    font-size: .36rem;
    padding-right: .16rem;
}

.seckillTitle .seckillTitleText span {
    font-size: .24rem;
    color: #6e6e6e;
}

.seckillTitle .moreSeckill span:nth-child(1) {
    font-size: .24rem;
    padding-right: .13rem;
}

.seckillTitle .moreSeckill span:nth-child(2) {
    width: .12rem;
    height: .22rem;
    display: inline-block;
    background: url('../../imgs/mallIndexNewJpya/rightIcon.png') no-repeat;
    background-size: .12rem;
}

.seckillTimeBox {
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    letter-spacing: 1px;
    margin-bottom: .48rem;
    margin-top: .1rem;
}

.seckillTimeBox .clockImg {
    width: .26rem;
    height: .3rem;
    margin-right: .1rem;
}

.seckillTimeBox .descText {
    font-size: .28rem;
}

.seckillTimeBox .secillTextImg {
    width: .91rem;
    height: .43rem;
    margin: 0 .08rem;
}

.seckillTimeBox .timePart {
    width: .45rem;
    height: .45rem;
    text-align: center;
    line-height: .45rem;
    font-size: .28rem;
    color: #fff;
    background-color: #000;
    letter-spacing: 0;
}

.seckillTimeBox #hour {
    margin-left: .14rem;
}

.seckillTimeBox .colon {
    color: #000;
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    -moz-align-self: center;
    text-align: center;
    font-size: .28rem;
    margin-left: .03rem;
}

.secillList {
    height: 4.96rem;
    padding: 0 .2rem 0 2.54rem;
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.secillList li {
    width: 2.38rem;
    height: 2.48rem;
    text-align: center;
    line-height: 1;
    position: relative;
}

.secillList li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    transform: scale(.5, 1);
    -webkit-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    background-color: #E1E1E1;
}

.secillList li:nth-child(1):after,
.secillList li:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -ms-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    background-color: #E1E1E1;
}

.secillList li .secillImgBox {
    margin: .4rem auto 0;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
}

.secillList li .secillImgBox img {
    width: 100%;
}

.secillList li span {
    font-size: .24rem;
    display: inline-block;
    margin: .2rem 0 .08rem;
}

.secillList li p {
    font-size: .22rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 .13rem;
    line-height: 1.1;
}

.especiallySecill {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2.53rem;
    height: 4.96rem;
    text-align: center;
    padding-right: .23rem;
    padding-left: .3rem;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    overflow: hidden;
}

.especiallySecill .secillBigImg {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
}

.especiallySecill .secillBigImg img {
    width: 100%;
}

.especiallySecill h6 {
    margin: .1rem 0 .18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .24rem;
    line-height: 1;
    width: 100%;
}

.especiallySecill p {
    font-size: .22rem;
    color: #6e6e6e;
    margin-bottom: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.especiallySecill span {
    font-size: .24rem;
}

.brandBox {
    margin-top: .2rem;
    background-color: #fff;
}

.brandList {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    padding: 0 .2rem .29rem;
}

.brandList li {
    width: 2.3rem;
    height: 3rem;
    margin-right: .1rem;
    margin-bottom: .1rem;
    overflow: hidden;
    max-width: 32%;
}

.brandList li:nth-child(1) {
    width: 4.7rem;
    height: 3rem;
    max-width: calc(100% - 2.4rem);
}

.brandList li:nth-child(2),
.brandList li:nth-child(5) {
    margin-right: 0;
}

.brandList li img {
    width: 100%;
}

.shopBox {
    background-color: #fff;
    padding-bottom: .4rem;
    margin-top: .2rem;
}

.shopList {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    padding: 0 .2rem;
    overflow: hidden;
}

.shopList li {
    overflow: hidden;
}

.shopList li:nth-child(1) {
    width: 100%;
    height: 3rem;
}

.shopList li:nth-child(1) img {
    width: 100%;
}

.shopList li:nth-child(2) {
    width: 50%;
    height: 2rem;
    border: solid 1px #E1E1E1;
    border-right: 0;
    border-top: 0;
}

.shopList li:nth-child(3) {
    width: 50%;
    height: 2rem;
    border: solid 1px #E1E1E1;
    border-top: 0;
}

.shopList li:nth-child(4) {
    height: 3rem;
    width: 2.52rem;
    border-bottom: solid 1px #E1E1E1;
    border-left: solid 1px #E1E1E1;
    border-bottom-left-radius: .1rem;
    -webkit-border-bottom-left-radius: .1rem;
    -ms-border-bottom-left-radius: .1rem;
    -moz-border-bottom-left-radius: .1rem;
}

.shopList li:nth-child(5) {
    height: 3rem;
    width: 4.58rem;
    max-width: calc(100% - 2.52rem);
    border-bottom: solid 1px #E1E1E1;
    border-right: solid 1px #E1E1E1;
    border-bottom-right-radius: .1rem;
    -webkit-border-bottom-right-radius: .1rem;
    -ms-border-bottom-right-radius: .1rem;
    -moz-border-bottom-right-radius: .1rem;
}

.shopList li:nth-child(2) img {
    width: 100%;
    height: 100%;
}

.shopList li:nth-child(3) img {
    width: 100%;
    height: 100%;
}

.shopList li:nth-child(4) img {
    width: 2.3rem;
}

.shopList li:nth-child(5) img {
    width: 4.47rem;
    max-width: 100%;
}

.shopList li a {
    width: 100%;
    height: 100%;
}

.moreLikeText {
    margin-top: .2rem;
    background-color: #fff;
    line-height: 1;
    font-size: .28rem;
    padding: .3rem .2rem;
    font-weight: bold;
}

/* 底部tab样式 */
.footerBar a:nth-child(1) span {
    color: #F95478;
}

.footerBar a:nth-child(1) i {
    background-position: bottom;
}

.footerBar.jpyaFooterBar {
    height: 50px;
    background-color: #fff;
}

.footerBar.jpyaFooterBar>a>i {
    margin-top: 6px;
}

.halfOnePixel:after {
    height: 0;
}

.winterActivity {
    width: 7.5rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 99999;
}

.winterActivity .picBox {
    width: 5.67rem;
    height: 8.86rem;
    position: absolute;
}

.winterActivity .picBox img:nth-of-type(1) {
    width: 100%;
}

.winterActivity .picBox img:nth-of-type(2) {
    width: 1.53rem;
    position: absolute;
    bottom: 1.76rem;
    z-index: 99999;
    left: 2.02rem;
}

.winterActivity .picBox img:nth-of-type(3) {
    width: .4rem;
    position: absolute;
    bottom: -0.6rem;
    z-index: 99999;
    left: 2.58rem;
}

.couponImage img {
    background-color: #fff;
    width: 100%;
}

.couponImage img {
    padding: .21rem .2rem 0rem;
}