* {
    padding: 0;
    margin: 0;
}
body {
    font-size: 0.24rem;
    font-family: sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #f6f6f6;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    word-wrap: break-word;
}
ul,
li {
    list-style: none;
}
img,
fieldset {
    border: none;
    display: block;
}
img {
    width: 100%;
}
input,
select,
textarea {
    vertical-align: middle;
    border: 0 none;
    display: block;
    outline: none;
}
header,
nav,
section,
footer {
    display: block;
}
a {
    text-decoration: none;
    display: block;
}
input[type='submit'],
input[type='reset'],
input[type='search'],
input[type='button'],
button,
textarea {
    -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}
em,
var {
    font-style: normal;
}
/*app下载*/
.mx_top {
    width: 15rem;
    margin: 0 auto;
    overflow: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}
.mx_box_top {
    height: 2.16rem;
    position: relative;
    width: 15rem;
    margin: 0 auto;
    overflow: hidden;
}

.topArea {
    width: 15rem;
    height: 2.16rem;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 100;
}
.topArea span {
    width: 1.12rem;
    height: 1rem;
    position: absolute;
    top: 0.6rem;
    left: 0.2rem;
    z-index: 101;
    display: block;
    text-indent: -999rem;
}
.top_hidden {
    transform: translateY(-2.8rem);
    -webkit-transform: translateY(-2.8rem);
}
.top_hidden .mx_box_top,
.top_hidden .topArea {
    height: 0;
}

/*搜索框*/
.top_box {
    width: 15rem;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 12;
    margin: 2.16rem auto 0;
    height: 3.546666rem;
    background-color: #fff;
    border-bottom: 0.0266666666666667rem solid #e7e7e7;
}
.search_box {
    width: 15rem;
    height: 1.76rem;
    top: 0;
    z-index: 100;
}
.search_box.search_two {
    background: #fff;
    display: none;
}
.search_area {
    padding-top: 0.3rem;
}
.search_box .zhen_logo {
    width: 1.12rem;
    height: 1.12rem;
    position: absolute;
    left: 0.54rem;
    background: url(https://pic1.zhen.com/appimg/v5.5/logo_red.png) no-repeat;
    background-size: 100%;
}
.search_box.search_two .zhen_logo {
    background: url('https://pic1.zhen.com/appimg/xq-zhen/mz_log2.png') no-repeat;
    background-size: 100%;
}
.search_box input {
    width: 10.6rem;
    height: 1.12rem;
    line-height: 1.12rem;
    color: #999999 !important;
    border-radius: 1rem;
    margin: 0 auto;
    font-size: 0.48rem;
    background: #f6f6f6;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
.search_box.search_two input {
    background: #f0f0f0;
}
.search_box input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}
.person_center {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.48rem;
    right: 0.8rem;
    background: url('https://pic1.zhen.com/appimg/v5.5/mz_mine1.png') no-repeat;
    background-size: 100%;
}
.search_two .person_center {
    background: url('https://pic1.zhen.com/appimg/v5.5/mz_mine1.png') no-repeat;
    background-size: 100%;
}
.person_center a {
    display: block;
    text-indent: -99999em;
    height: 0.8rem;
}
.serched {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.58rem;
    left: 5.6rem;
    background: url('https://pic1.zhen.com/appimg/xq-zhen/mz_search1.png')
    no-repeat;
    background-size: 100%;
}
.search_two .serched {
    background: url('https://pic1.zhen.com/appimg/xq-zhen/mz_search2.png')
    no-repeat;
    background-size: 100%;
}
/*头图部分*/
.header {
    width: 14.2rem;
    margin: 0 auto;
    padding: 0.64rem 0 0.52rem;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0.32rem;
    margin-top: 0.4rem;
}
.header .head-img {
    width: 14.6rem;
    height: 9rem;
}
.active_icon {
    width: 100%;
    overflow: hidden;
}
.active_icon ul {
    width: 100%;
    overflow: hidden;
}
.active_icon ul li {
    float: left;
    /*margin-right: 0.84rem;*/
    /*margin-bottom: 0.33rem;*/
    width: 20%;
}
.active_icon ul li:nth-child(5) ~ li {
    margin-top: 0.5rem;
}
.active_icon ul li:nth-of-type(5) {
    margin-right: 0;
}
.active_icon ul li img {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
}
.active_icon ul li span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.36rem;
    color: #222 !important;
    font-size: 0.48rem;
}
/*焦点图开始*/
.mx_box {
    width: 15rem;
    overflow: hidden;
    padding-bottom: 0.28rem;
}
.mx_con {
    overflow: hidden;
    width: 15rem;
    position: relative;
}
.mx_banner {
    width: 15rem;
    height: 8.8rem;
    padding-top: 0.5rem;
    /* margin-bottom: 0.4rem; */
    background: url('https://pic1.zhen.com/appimg/v5.5/headBg.jpg') repeat-x;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.mx_banner .ui-slider-group img {
    display: block;
    width: 14.2rem !important;
    border-radius: 0.32rem;
    overflow: hidden;
}
.mx_banner .slider {
    width: 14.2rem !important;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    border-radius: 0.32rem;
}
.mx_banner .ui-slider-group {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mx_banner .ui-slider-group > div {
    float: left;
    position: relative;
}
#ui-slider-dots {
    position: absolute;
    bottom: 0.76rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
#ui-slider-dots b {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.24rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background-color: #d0d0d0;
}
#ui-slider-dots b.ui-state-active {
    width: 0.6rem;
    background-color: #fff;
}
.imgCon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    height: 2.16rem;
    line-height: 2.16rem;
    background: url(https://pic2.zhen.com/marketpic/appimg/m-home2016/con_bg.png)
    0 -1px repeat-x;
    overflow: hidden;
}
.imgCon span {
    color: #fff;
    font-size: 0.56rem;
    display: none;
}
.imgCon .cur {
    display: block;
}
/*通知*/
.notice {
    width: 100%;
    height: 1.44rem;
    background: #fff;
    margin-top: 0.4rem;
    position: relative;
}
.notice_icon {
    width: 1.2rem;
    height: 0.8rem;
    border-right: 1px solid #ccc;
    margin-top: 0.3rem;
    position: absolute;
    top: 0;
    left: 0.2rem;
}
.notice span {
    display: block;
    width: 0.67rem;
    height: 0.67rem;
    background-position: -0.76rem -2.12rem;
    margin: 0.05rem 0 0 0.15rem;
}
.notice .text a {
    width: 12.5rem;
    height: 1.44rem;
    line-height: 1.44rem;
    font-size: 0.48rem;
    color: #4c4c4c;
    position: absolute;
    left: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*单品*/
.Brand {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 0.4rem;
}
.Brand ul {
    width: 100%;
    overflow: hidden;
}
.Brand ul li {
    height: 9.2rem;
    float: left;
    position: relative;
    font-size: 0.48rem;
    margin-bottom: 1px;
}
.Brand ul li:nth-child(1) {
    width: 15rem;
}
.Brand ul li:nth-child(2) {
    width: 7.48rem;
}
.Brand ul li:nth-child(3) {
    width: 7.48rem;
    margin-left: 0.03rem;
}
/*秒杀*/
.mx_miaolist {
    width: 14.2rem;
    /* height: 7.36rem; */
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}
.zc_miaolist {
    height: 7rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 15rem;
    margin: 0 auto;
}
.mx_miao {
    width: 14.2rem;
    margin: 0.4rem auto;
    /* padding: 0.64rem 0 0.52rem; */
    box-sizing: border-box;
    overflow: hidden;
}

.mx_miao .tit {
    overflow: hidden;
    height: 1.56rem;
    /*border-bottom: 1px #e7e7e7 solid;*/
    padding: 0 0.2rem;
}
/*.mx_miao .time{float: right;width:2.98rem;height:.7rem;line-height:.7rem;overflow:hidden;*/
/*    !*background:url(https://pic2.zhen.com/marketpic/appimg/m-home2016/djs_bg.png) no-repeat;background-size:100%;*!*/
/*    padding-left:.54rem;*/
/*}*/
/*.mx_miao .time em{color: #4c4c4c;font-size: .52rem;}*/
.mx_miao #wrapper {
    width: 14.6rem;
    overflow: hidden;
    padding-top: 0.22rem;
}
.mx_miao .swiper_list {
    width: 14.6rem;
    overflow: hidden;
    padding-top: 0.22rem;
}
.mx_miao ul {
    overflow: hidden;
}
.mx_miao li {
    float: left;
    background: #fff;
    width: 4.1rem;
    margin-right: 0.25rem;
    border-radius: 0.2rem;
    height: 6.2rem;
}

.mx_miao li p img {
    width: 3.5rem;
    vertical-align: middle;
    margin-top: 0.4rem;
    margin-left: 0.3rem;
    margin-right: 0.2rem;
    margin-bottom: 0.4rem;
    border-radius: 0.2rem;
}
.mx_miao li:last-child p {
    border: 0;
}

.mx_miao .li_more .lst_more {
    width: 3rem;
    height: 4.5rem;
    border: 1px solid #e5e5e5;
    font-size: 0;
}
.mx_miao li.li_more .lst_more .more_rit {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url('https://pic1.zhen.com/appimg/xq-zhen/lst_more.png') no-repeat;
    background-size: 100%;
    margin: 1.5rem auto 0;
}
.mx_miao li.li_more .lst_more .more_see {
    margin-top: 0.48rem;
    text-align: center;
    color: #b2b2b2;
    font-size: 0.4rem;
}
.mx_miao li.li_more .lst_more .en_all {
    text-align: center;
    color: #b2b2b2;
    font-size: 0.38rem;
}
.mx_miao li .name {
    display: block;
    height: 0.74rem;
    color: #4c4c4c;
    text-align: center;
    line-height: 0.74rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.48rem;
    font-weight: bold;
}
.mx_miao li .prize {
    text-align: center;
    padding-top: 0.12rem;
    font-weight: bold;
    font-size: 0.4rem;
}
.mx_miao li .prize span {
    color: #d21034;
}
.mx_miao li .prize s {
    color: #b2b2b2;
    font-weight: normal;
}
.mx_miao li .prize * {
    margin: 0 0.06rem;
}
/*专场*/
.special_brand {
    width: 15rem;
    overflow: hidden;
    margin-top: 0.4rem;
}
.special_brand .man_B {
    width: 15rem;
    height: 9.2rem;
    position: relative;
}
.special_box {
    background: #fff;
    overflow: hidden;
}
.special_box .tit {
    overflow: hidden;
    height: 1.76rem;
    border-bottom: 1px #e7e7e7 solid;
    line-height: 1.76rem;
}
.special_box h3 {
    float: left;
    color: #4c4c4c;
    font-size: 0.56rem;
    padding-left: 0.48rem;
}
.special_box .time {
    float: right;
    width: 2.98rem;
    height: 0.64rem;
    margin: 0.58rem 0.48rem 0 0;
    line-height: 0.65rem;
    overflow: hidden;
    background: url(https://pic2.zhen.com/marketpic/appimg/m-home2016/djs_bg.png)
    no-repeat;
    background-size: 100%;
    padding-left: 0.54rem;
}
.special_box .time em {
    color: #4c4c4c;
    font-size: 0.52rem;
}
.special_box .swiper_list {
    width: 15rem;
    overflow: hidden;
    padding-top: 0.22rem;
}
.special_box ul {
    overflow: hidden;
}
.special_box li {
    float: left;
    width: 3.2rem;
    margin: 0 0.36rem;
    height: 6.2rem;
}
.special_box li p {
    width: 3.2rem;
    height: 4.8rem;
    display: table-cell;
    vertical-align: middle;
}
.special_box li p img {
    width: 3.2rem;
    max-height: 4.8rem;
    min-height: 3.2rem;
    margin: 0 auto;
    vertical-align: middle;
}
.special_box li:last-child p {
    border: 0;
}
.special_box li {
    font-size: 0.44rem;
}
.special_box li.li_more .lst_more {
    width: 3rem;
    height: 5.5rem;
    border: 1px solid #e5e5e5;
    margin-top: 0.5rem;
}
.special_box li.li_more .lst_more .more_rit {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url('https://pic1.zhen.com/appimg/xq-zhen/lst_more.png') no-repeat;
    background-size: 100%;
    margin: 1.5rem auto 0;
}
.special_box li.li_more .lst_more .more_see {
    margin-top: 0.48rem;
    text-align: center;
    color: #b2b2b2;
    font-size: 0.4rem;
}
.special_box li.li_more .lst_more .en_all {
    text-align: center;
    color: #b2b2b2;
    font-size: 0.38rem;
}
.special_box li .name {
    display: block;
    height: 0.74rem;
    overflow: hidden;
    color: #4c4c4c;
    text-align: center;
    line-height: 0.74rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.special_box li .prize {
    text-align: center;
}
.special_box li .prize span {
    color: #d21034;
}
.special_box li .prize s {
    color: #b2b2b2;
}
.special_box li .prize * {
    margin: 0 0.06rem;
}
/*底部-正品保障*/
.m_bzhang {
    width: 8.36rem;
    height: 2.48rem;
    margin: 1.2rem auto 1.4rem;
}

a {
    text-decoration: none;
    color: #333;
}
.Brand ul .oneLine {
    width: 15rem !important;
}
.Brand ul .twoLine {
    width: 7.48rem !important;
}
.Brand ul .threeLine {
    width: 4.9rem !important;
}
.man_B img {
    height: 9.2rem;
}
.Brand ul .twoLine img {
    height: 9.2rem;
    width: 7.48rem;
}
.Brand ul .oneLine img {
    height: 9.2rem;
    width: 15rem;
}
#onelineSpecial {
    height: auto;
}
#onelineSpecial img {
    height: auto;
}
/*.imgCon{background: url()!important;}*/
/*.top_box{left: 50%!important;margin-left: -7.5rem!important;}*/
.mx_box {
    margin: 0 auto;
}

.zc_miaolist {
    height: 7.2rem !important;
}
.special_box li .prize span {
    color: #4c4c4c !important;
    font-weight: bold;
}
.special_box li .prize s {
    color: #cccccc !important;
}
/*弹框*/
.tan_k {
    width: 3.84rem;
    height: 2.64rem;
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.7) 100%
    );
    border-radius: 0.32rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -1.92rem;
    margin-top: -1.32rem;
    z-index: 3;
}
.tan_k img {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.48rem auto 0;
}
.tan_k p {
    font-size: 0.56rem;
    color: #fff;
    text-align: center;
    margin-top: 0.24rem;
}
.tan_k.tan_k1 {
    width: 4.6rem;
    margin-left: -2.3rem;
    z-index: 10000;
}
.tan_k.tan_k2 {
    width: 4.6rem;
    margin-left: -2.3rem;
    z-index: 10000;
}
.tan_k.tan_k3 {
    width: 5rem;
    margin-left: -2.5rem;
    z-index: 10000;
}
.none {
    display: none;
}

.mx_miao h3 {
    float: left;
    background: url(https://pic1.zhen.com/appimg/v6.0/flash-sale3.png) no-repeat
    left center/2.88rem 0.72rem;
    width: 2.88rem;
    height: 0.72rem;
    margin-top: 0.52rem;
}
.ico_miao {
    width: 0.56rem;
    height: 0.6rem;
    float: left;
}
.ico_miao img {
    position: relative;
    top: 0.6rem;
    left: 0.4rem;
}
.mx_miao .time {
    float: left;
    margin: 0.65rem 0 0 0.36rem;
    padding: 0;
}
.mx_miao .time em {
    background: #d21034;
    color: #fff;
    font-size: 0.4rem;
    padding: 0 0.1rem;
    border-radius: 0.08rem;
    overflow: hidden;
    display: inline-block;
}

.mx_miao .time em::after {
    content: ' ';
    background: url(https://pic1.zhen.com/appimg/v6.0/dot.png) no-repeat;
    position: absolute;
    width: 0.4rem;
    height: 0.56rem;
    margin-left: 0.08rem;
}
.mx_miao .time em:last-child::after {
    content: '';
    background: none;
}
/* .mx_miao .time em:nth-child(1) {
  margin-left: -0.05rem;
} */
.mx_miao .time em:nth-child(2) {
    margin-left: 0.4rem;
}
.mx_miao .time em:nth-child(3) {
    margin-left: 0.4rem;
}
.mx_miao .miaomore {
    float: right;
    color: #222;
    font-size: 0.46rem;
    font-weight: 700;
    line-height: 1.86rem;
}
.mx_miao .miaomore span {
    display: inline-block;
    width: 0.56rem;
    height: 0.56rem;
    margin-left: 0.1rem;
    position: relative;
    top: 0.08rem;
}
.man_B .clock {
    overflow: hidden;
    position: absolute;
    bottom: 0.48rem;
    right: 0;
    color: #4c4c4c;
}
.man_B .clock span {
    float: left;
    display: block;
    width: 0.68rem;
    height: 0.64rem;
    background: url('https://pic1.zhen.com/appimg/xq-zhen/count_downbg2d.png')
    no-repeat;
    background-size: 100%;
}
.man_B p {
    float: right;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    color: #4c4c4c;
    font-size: 0.4rem;
    overflow: hidden;
    background: #fbfbfb;
    margin: 0 0.12rem 0 0;
}
.man_B i {
    position: absolute;
    width: 2.8rem;
    height: 1.6rem;
    top: 0;
}
.man_B i img {
    height: 1.6rem;
}

.new_welfare {
    width: 14.2rem;
    margin: 0 auto;
    height: 3.6rem;
    margin-top: 0.4rem;
    border-radius: 0.32rem;
    overflow: hidden;
}
.new_welfare img {
    width: 100%;
    height: 3.6rem;
}
.wall {
    background-color: #ededed;
    overflow: hidden;
}

.nav_activity_box {
    background-color: #fff;
    margin-top: 0.4rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
}

.nav_activity_box_left {
    margin-top: 0.4rem;
    background-color: #fff;
    margin-right: 0.2rem;
    color: #2f2f2f;
    float: left;
    width: 7.4rem;
}

.nav_activity_box_right {
    margin-top: 0.4rem;
    background-color: #fff;
    /*padding: 0 0.4rem;*/
    color: #2f2f2f;
    float: left;
    width: 7.4rem;
}

.nav_activity_box .activity_top {
    height: 3.12rem;
    box-sizing: border-box;
    padding-top: 1rem;
    padding-bottom: 0.56rem;
    text-align: center;
    clear: both;
    background-color: #fff;
    padding-top: 0.8rem;
}

.nav_activity_box .activity_title {
    font-size: 0.76rem;
}

.nav_activity_box .activity_detail {
    font-size: 0.48rem;
    font-weight: 700;
}

.nav_activity_box .activity_img_box,
.nav_activity_box .activity_img {
    position: relative;
    width: 100%;
}

.nav_activity_box .activity_img_box .activity_label {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8rem;
    max-width: 3.2rem;
}
.top-img {
    margin-top: 0.4rem;
}

.nav_activity_box .activity_bottom_box {
    position: relative;
    color: #4c4c4c;
    height: 1.6rem;
    font-size: 0;
}

.nav_activity_box .activity_bottom_box div {
    display: inline-block;
    font-size: 0.44rem;
    height: 1.6rem;
    line-height: 1.6rem;
}

.activity_bottom_box .eye,
.activity_bottom_box .love {
    position: relative;
    padding-left: 0.72rem;
    margin-right: 0.6rem;
}

.activity_bottom_box .eye:before,
.activity_bottom_box .love:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.52rem;
    width: 0.56rem;
    height: 0.56rem;
    background: url(https://pic1.zhen.com/appimg/m_revision/eye.png) 0/100%
    no-repeat;
}

.activity_bottom_box .love:before {
    background: url(https://pic1.zhen.com/appimg/m_revision/love.png) 0/100%
    no-repeat;
}

.nav_activity_box .activity_bottom_box .time {
    position: absolute;
    top: 0.44rem;
    right: 0;
    height: 0.72rem;
    line-height: 0.72rem;
    background-color: #f5f5f5;
    border-radius: 0.36rem;
    color: #666;
    font-size: 0.36rem;
    box-sizing: border-box;
    padding-left: 0.72rem;
    padding-right: 0.2rem;
}

.nav_activity_box .activity_bottom_box .time:before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 0.15rem;
    width: 0.44rem;
    height: 0.44rem;
    background: url(https://pic1.zhen.com/appimg/m_revision/time.png) 0/100%
    no-repeat;
}

.activity_more {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #4c4c4c;
    font-size: 0.48rem;
    margin-top: 0.1rem;
    background-color: #fff;
    color: #d21034;
}

.activity_more > img {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    vertical-align: middle;
    margin-left: 0.24rem;
}

.product_box {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    margin-top: 0.4rem;
}

.product_box_nav_box {
    width: 15rem;
    overflow: hidden;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.56rem;
    color: #7f7f7f;
    border-bottom: 1px solid #e7e7e7;
}

.nav_inline .nav_title {
    display: inline-block;
    color: #7f7f7f;
    padding: 0 0.68rem;
}

.nav_inline .nav_title:first {
    padding-left: 0.8rem;
}

.nav_inline .nav_title.cur {
    position: relative;
    color: #2f2f2f;
}

.nav_inline .nav_title.cur:after {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -0.7rem;
    background-color: #999;
}

.nav_flex {
    display: flex;
}

.nav_flex .nav_title {
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.nav_flex .nav_title.cur {
    position: relative;
    color: #2f2f2f;
}

.nav_flex .nav_title.cur:after {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -0.7rem;
    background-color: #999;
}

.product_box .listbox {
    width: 15rem;
}

.product_box .listbox .listimg .ulshow {
    overflow: hidden;
    width: 15rem;
    margin-bottom: 0.4rem;
}

.product_box .listbox .listimg ul li {
    float: left;
    width: 7rem;
    height: 11.2rem;
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(214, 214, 214, 0.5);
    margin: 0.25rem 0.25rem;
}

.product_box .listbox .listimg ul li p {
    width: 5.64rem;
    height: 5.64rem;
    margin: 0 auto;
    margin-top: 1.36rem;
    margin-bottom: 0.7rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.product_box .listbox .listimg ul li p img {
    width: 5.64rem;
    min-height: 5.64rem;
    max-height: 6.6rem;
}

.product_box .listbox .listimg ul li .title {
    margin-top: 1.4rem;
}

.listbox .listimg ul em {
    color: #fff;
    /* border: 1px solid #F0ACB8; */
    /* border-radius: 0.1rem; */
    padding: 0 0.1rem;
    font-size: 0.34rem;
    margin-right: 0.16rem;
    background-size: 100% 100%;
}

.product_box .listbox .listimg ul li .title .brand {
    display: block;
    color: #4c4c4c;
    font-size: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.product_box .listbox .listimg ul li .title .brand_name {
    display: block;
    color: #8a8a8a;
    font-size: 0.48rem;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.product_box .listbox .listimg ul li .collet {
    text-align: center;
    margin-top: 0.3rem;
}

.product_box .listbox .listimg ul li .price {
    color: #4c4c4c;
    font-size: 0.48rem;
    text-align: center;
}

.collet s {
    text-decoration: line-through;
    color: #c8c8c8;
    font-size: 0.48rem;
    margin-left: 0.12rem;
}

.prise {
    position: absolute;
    top: 0.4rem;
    right: 0.56rem;
}

.product_box .listbox .listimg ul li .prise img {
    width: 0.64rem;
    height: 0.64rem;
}

.product_box .listbox .listimg ul .sigin .b {
    display: inline-block;
    width: 1.96rem;
    height: 0.7rem;
    background: url(https://pic1.zhen.com/appimg/xq-zhen/ms_globle.png) no-repeat;
    background-size: 100%;
    z-index: 5;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    position: relative;
    top: 0.2rem;
}

.product_box_nav_box_fix {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9;
}
.b {
    display: inline-block;
    width: 1.96rem;
    height: 0.7rem;
    background: url(https://pic1.zhen.com/appimg/xq-zhen/ms_globle.png) no-repeat;
    background-size: 100%;
    z-index: 5;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    position: relative;
    top: 0.2rem;
}
.sold-out {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(https://pic1.zhen.com/appimg/xq-zhen/sold_out_bg.png)
    no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
}
.serched {
    left: 3rem;
}

.imgBox {
    position: relative;
}
.activeBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 1.2rem !important;
}
.activePrice {
    font-size: 0.64rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0.14rem;
}
.activePrice em {
    font-size: 0.36rem !important;
    border: none !important;
    color: #fff !important;
    margin-right: 0 !important;
    padding: 0 !important;
}
/*  --------------------------------新增导航列表---------------------------------------------  */
/* 控制其显示和隐藏 */
.show {
    display: block !important;
}

.Header {
    overflow: hidden;
    width: 15rem;
    height: 1.786666666666667rem;
    line-height: 1.786666666666667rem;
    padding-bottom: 1px;
    margin: 0 auto;
    position: relative;
}

.header-tab {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 15px;
    width: 12.2rem;
}

.header-tab li {
    cursor: pointer;
    margin: 0 0.466666666rem;
    text-align: center;
    color: #222;
    font-size: 0.58rem;
    border-right: none;
    box-sizing: border-box;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    position: relative;
}

.wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 5.6rem;
}

/* 其子元素为隐藏状态 */
.wrapper > div {
    display: none;
}

/* 隐藏滚动条 */
.header-tab::-webkit-scrollbar {
    display: none;
}

/* 选中项 */
.header-tab .add2line {
    color: #222;
    border-bottom: 0.1rem solid #d21034;
    font-size: 0.82rem;
    line-height: 1.6933333333rem;
    font-weight: bold;
}
.Header .more {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    transition: all 0.2s;
    font-size: 0.58rem;
    color: #222;
    height: 1.08rem;
    margin-top: 0.333333rem;
    width: 2.8rem;
    padding-left: 0.466666rem;
    box-sizing: border-box;
    box-shadow: -4px 0px 2px -4px #222;
}
.more_pic {
    /* float: left; */
    width: 0.56rem;
    height: 0.56rem;
    /* margin-right: .18rem; */
    position: absolute;
    top: 0.3rem;
    /* margin-top: 0.613rem; */
}
.more span {
    position: absolute;
    top: -0.3rem;
    left: 1.2rem;
}
/*  --------------------------------新增导航列表结束---------------------------------------------  */
/* 公告 */
.noticeBox {
    width: 14.2rem;
    height: 1.28rem;
    background: url('https://pic1.zhen.com/appimg/v5.5/noticeBg.jpg') repeat-x;
    border-radius: 0.32rem;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}
.noticeBox .noticeText {
    display: block;
    background: #fff;
    font-size: 0.4rem;
    line-height: 1.28rem;
    color: #444444;
    height: 100%;
    padding-left: 1.28rem;
    position: relative;
}
.noticeBox .noticeText::before {
    content: '';
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0.4rem;
    left: 0.59rem;
    background: url('https://pic1.zhen.com/appimg/v5.5/radio.png');
    background-size: 100% 100%;
}
.noticeBox .noticeText::after {
    content: '';
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0.4rem;
    right: 0.667rem;
    background: url('https://pic1.zhen.com/appimg/v5.5/moreIcon.png');
    background-size: 100% 100%;
}
.noticeBox .noticeImg {
    display: block;
    width: 100%;
    height: 1.28rem;
}
/* 领取优惠券 */
.quanBox {
    width: 14.2rem;
    margin: 0.4rem auto 0;
    border-radius: 0.32rem;
    overflow: hidden;
}
.quanBox img {
    display: block;
    width: 100%;
}
/*双列图*/
.doubleImg {
    width: 14.2rem;
    margin: 0.4rem;
    height: 4.4rem;
}
.doubleImg a {
    float: left;
    width: 6.9rem;
    height: 100%;
    border-radius: 0.28rem;
    overflow: hidden;
}
.doubleImg a:nth-of-type(2) {
    float: right;
}
/*单张图*/
.aloneImg {
    width: 14.2rem;
    margin: 0 auto;
    height: 4.4rem;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}
.aloneImg a {
    display: block;
}
.aloneImg img {
    height: 4.4rem;
}
/*商品列表*/
.recommend-box .listbox {
    width: 100%;
    margin-top: 0.4rem;
}

.recommend-box .listbox .listimg .list-ttle {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    text-align: center;
    color: #ff0753;
    font-weight: bold;
}

.recommend-box .listbox .listimg .list-ttle img {
    width: 16rem;
    height: 2rem;
}

.recommend-box .listbox .listimg {
    width: 14.2rem;
    margin: 0 auto;
    overflow: hidden;
}

.recommend-box .listbox .listimg ul {
    width: 6.96rem;
}

.recommend-box .listbox .listimg .ulshow {
    /*width: 14.37rem;*/
    /* margin: 0 auto; */
    overflow: hidden;
    /*column-count: 2;*/
    /*column-gap: 0.26666666rem;*/
    float: left;
}
.recommend-box .listbox .listimg .ulshow2 {
    overflow: hidden;
    float: right;
}

.recommend-box .listbox .listimg ul li {
    float: left;
    width: 5.96rem;
    position: relative;
    background: #fff;
    /* height: 12rem; */
    list-style: none;
    margin-bottom: 0.266666rem;
    border-radius: 0.2rem;
    overflow: hidden;
    break-inside: avoid;
}
.recommend-box ul li:nth-child(even) {
    margin-right: 0 !important;
}

.recommend-box .listbox .listimg ul li .tuijian {
    text-align: center;
}

/*.recommend-box .listbox .listimg ul li div {*/
/*font-size: 0;*/
/*}*/

.recommend-box .listbox .listimg ul li .tuijian img {
    width: 100%;
    /* height: 6.32rem; */
    /* object-fit: contain; */
    display: block;
}

.recommend-box .listbox .listimg ul li p {
    width: 5.64rem;
    height: 5.64rem;
    margin: 0 auto;
    margin-top: 0.7rem;
    margin-bottom: 0.9rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.recommend-box .listbox .listimg ul li p img {
    width: 5.72rem;
    min-height: 5.72rem;
    max-height: 8.58rem;
}

.recommend-box .listbox .listimg ul li .title {
    color: #222222;
}
.recommend-box .listbox .listimg ul li .productName {
    overflow: hidden;
    font-size: 0.52rem;
    color: #222222;
    height: 1.5rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    position: relative;
    text-align: left;
    padding-left: 0.4266666rem;
}
.recommend-box .listbox .listimg ul li .productName .brandname {
    font-weight: bold;
}

.recommend-box .listbox .listimg ul li strong {
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    font-size: 0.7rem;
}

.recommend-box .listbox .listimg ul li span {
    min-height: 0.6rem;
}
.recommend-box .listbox .listimg ul li .collet {
    height: 1rem;
    position: relative;
    text-align: left;
    font-size: 0;
    box-sizing: border-box;
    padding-left: 0.4266666rem;
}
.recommend-box .listbox .listimg ul li .collet span {
    float: left;
}
.recommend-box .listbox .listimg ul li .price {
    color: #222222;
    font-size: 0.56rem;
    line-height: 0.48rem;
    font-weight: bold;
    margin-right: 0.22rem;
}

.recommend-box .listbox .listimg ul li .price font {
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

.recommend-box .listbox .listimg ul li .marke_price {
    text-decoration: line-through;
    color: #9f9f9f;
    font-size: 0.52rem;
    text-align: left;
    margin-top: -0.1rem;
    padding-left: 0.4266666rem;
}

.recommend-box .listbox .listimg ul li .prise img {
    width: 0.64rem;
    height: 0.64rem;
}

.recommend-box .listbox .listimg ul li .oldprice {
    font-size: 0.48rem;
    color: #b2b2b2;
    margin-left: 0.12rem;
}

.recommend-box .listbox .listimg ul li label {
    position: absolute;
    top: 3%;
    right: 5%;
    padding: 0 3px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #ff4400;
    border-radius: 2px;
    display: block;
    font-size: 12px;
}
.recommend-box .listbox .listimg ul li i {
    width: 35%;
    height: 30%;
    background: url(https://pic1.zhen.com/appimg/shangshi20161227/sq_bg.png)
    no-repeat center;
    position: absolute;
    top: 28%;
    left: 32%;
    text-indent: -9999em;
    background-size: 100%;
}

.recommend-box .listbox .listimg ul .sigin em {
    color: #fff;
    padding: 1px 0.15rem;
    font-size: 0.34rem;
    margin-right: 0.16rem;
    background-size: 100% 100%;
    background: url(https://pic1.zhen.com/appimg/5.4/iconBg.png) no-repeat;
    background-size: 100% 100%;
}

.recommend-box .listbox .button_botm {
    width: 98%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    margin: 15px auto 0 auto;
}

.recommend-box .listbox .button_botm a {
    text-align: center;
    font-size: 15px;
    color: #ff4400;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
}

.recommend-box .listbox .list_banner {
    height: 1.76rem;
    font-size: 0;
    position: relative;
}

.recommend-box .listbox .list_banner span {
    height: 1.76rem;
    display: inline-block;
    width: 50%;
    font-size: 0.48rem;
    color: #4c4c4c;
    line-height: 1.76rem;
    text-align: center;
    position: relative;
}

.recommend-box .listbox .list_banner .LB_sort img {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    top: 50%;
    margin-top: -0.12rem;
    left: 4.3rem;
}

.recommend-box .listbox .list_banner .LB_choice img {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    left: 4.3rem;
}
.recommend-box .listbox .listimg ul li {
    width: 7.02rem;
    box-sizing: border-box;
    padding-bottom: 0.64rem;
}
.natureBox {
    line-height: 0.8rem;
    padding-left: 0.4266666rem;
    text-align: left;
    position: relative;
    font-size: 0.46rem;
}
.natureBox span {
    margin-right: 0.2rem;
}
.line {
    position: absolute;
    top: 0.15rem;
    left: 1.45rem;
    width: 0.04rem;
    height: 0.3rem;
    background: #cccccc;
}
/*商品列表结束*/

/*热门品牌*/
.hotBrand {
    width: 14.2rem;
    margin: 0 auto;
    margin-top: 0.36rem;
}
.hotBrand h3 {
    font-size: 0.72rem;
    line-height: 2.36rem;
    color: #222222;
    font-weight: bold;
}
.hotBrand ul {
    overflow: hidden;
}
.hotBrand li {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
.hotBrand li img {
    display: block;
    width: 4.6rem;
    height: 5.72rem;
}
.hotBrand li:nth-of-type(3n) {
    margin-right: 0;
}

.hotBrand li:nth-of-type(n + 4) {
    margin-bottom: 0;
}
/*大促领券*/
.promotionQuanBox {
    width: 14.2rem;
    margin: 0.4rem auto 0;
    /*height: 5.6rem;*/
    overflow: hidden;
}
.promotionQuanBox > div {
    float: left;
    width: 7rem;
    height: 5.6rem;
    border-radius: 0.32rem;
    overflow: hidden;
}
.promotionQuanBox > div:nth-of-type(2) {
    float: right;
}
.promotionQuanBox > div img {
    display: block;
    width: 100%;
    height: 5.6rem;
}
.promotionNote {
    float: left;
    margin-top: 0.4rem;
    width: 100%;
    border-radius: 0.32rem;
    overflow: hidden;
}
.promotionNote img {
    display: block;
    width: 100%;
}
.password-format {
    color: #888;
    font-size: 0.52rem;
    width: 12.2rem;
    margin: 0 auto;
    line-height: 0.72rem;
}
.multi-img-box {
    width: 14.2rem;
    height: 6.2rem;
    margin: 0.4rem auto;
    border-radius: 0.32rem;
    overflow: hidden;
    position: relative;
}
.multi-img {
    margin-left: 3.8rem;
    overflow: hidden;
}
.multi-img-item {
    display: inline-block;
    width: 3.92rem;
    height: 5.4rem;
    margin: 0.4rem 0 0 0.24rem;
}
.sub-next {
    background: #d21034 !important;
    border-radius: 0.08rem;
}
.today-tit {
    font-size: 0.6rem;
    width: 50%;
    float: left;
    line-height: 1.8rem;
    font-weight: bold;
}
.mx_miao li .prize {
    font-size: 0.48rem;
}
.mx_miao li .name {
    font-size: 0.5rem;
}
.go-page {
    width: 3.9rem;
    height: 6rem;
    position: absolute;
}
