/*新头部*/
ul.new-head {
    width: 100%;
    height: .8rem;
    position: fixed;
    max-width: 750px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 110;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
}

ul.new-head > li {
    float: left;
    width: 20%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    position: relative;
    color: #bca06f;
    font-size: .26rem;
}

ul.new-head > li.cur {
    color: #071263;
}

ul.new-head > li.cur:after {
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1.1rem;
    height: .02rem;
    overflow: hidden;
    background-color: #071263;
}

ul.new-head.min > li {
    width: 20%;
}

ul.new-head.max > li {
    width: 33.3333%;
}

ul.new-head.two > li {
    width: 50%;
}

ul.new-head > li, ul.new-head > li:after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.bg-transparent {
    background-color: transparent !important;
}

/* 背景 start*/
body {
    background-image: url("https://telunsu-cdn.mengniu.com.cn/static/newShop/productIndex/bg.jpg");
    background-repeat: repeat-y;
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

body:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    -webkit-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover !important;
}

/* 背景 end*/

/* 首图 start */
.newOneBanner {
    margin-top: .8rem;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newOneBanner img {
    vertical-align: middle;
    width: 100%;
}

/* 首图 end*/
/*首页 nav start*/
.newNavBox {
    width: 7.5rem;
    /*height:2.05rem;*/
    height: 1.94rem;
    background: url("https://telunsu-cdn.mengniu.com.cn/static/newShop/productIndex/0021.png?v=002") 0 0/100% auto no-repeat;
    overflow: hidden;
    margin-top: -0.02rem;
}

.newNavBox_box {
    width: 7.5rem;
    height: 1.94rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.newNavBox_box a.item {
    display: inline-block;
    width: 1.94rem;
    height: 100%;
    flex: 1;
}

.newNavBox_box a.item .tip {
    position: absolute;
    top: 0.35rem;
    right: 0.55rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius:0.16rem;
    background:  #be0f34;
    /* overflow: hidden;*/
    display:none;
}

/*首页 nav end*/

.bg-transparent {
    background-color: #030841 !important;
}

/*商品列表 */
.newShop-sku-index {
    width: 7.5rem;
    height: auto;
}

.newShop-sku-title {
    width: 100%;
    height: 1.87rem;
}

.newShop-sku-title a {
    width: 100%;
    height: 1.87rem;
}

.newShop-sku-title a img {
    width: 100%;
    height: 1.87rem;
}

.newShop-sku-title_2 {
    width: 7.5rem;
    height: 1.47rem;
}

.newShop-sku-title_2 > img {
    width: 7.5rem;
    height: 1.47rem;
}

.newShop-new-sku {
    width: 7.2rem;
    height: auto;
    margin: 0 auto 0.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.newShop-new-sku li.item {
    width: 3.6rem;
    height: auto;
}

.newShop-new-sku li.item .p_img {
    width: 3.6rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 0.2rem;
}

.newShop-new-sku li.item .p_img img {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 auto;
}

.newShop-new-sku li.item .p_info {
    width: 3.6rem;
    height: 2.23rem;
    text-align: center;
}

.newShop-new-sku li.item .p_info .p_info_box {
    width: 3.4rem;
    height: 1.69rem;
    background: #fff;
    margin: 0 auto;
    padding: 0.27rem 0;
}

.newShop-new-sku li.item .p_info .p_title {
    width: 3.4rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    color: #010101;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newShop-new-sku li.item .p_info .p_title_size {
    font-size: 0.2rem;
    color: #8e8e8e;
}

.newShop-new-sku li.item .p_info .p_price {
    width: 3.4rem;
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.34rem;
    color: #d9b97e;
    background: #fff;
    margin: 0.27rem auto 0;
    font-weight: bold;
}

.newShop-new-sku li.item .p_info .p_price span {
    font-size: 0.2rem;
}

.newShop-new-sku li.item .p_info .p_btn {
    width: 3.4rem;
    height: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0 auto 0.16rem;
}

.newShop-new-sku li.item .p_info .p_btn .byuBtn {
    width: 1.6rem;
    height: 0.48rem;
    font-size: 0.2rem;
    color: #e8e9ed;
    background: linear-gradient(to right, #031567, #091d80, #0e2595, #091d80, #031567);
    display: flex;
    justify-content: center;
    align-items: center;
}

.newShop-new-sku li.item .p_info .p_btn .byuBtn img {
    width: 1.6rem;
    height: 0.48rem;
}

.newShop-new-sku_zqg li {
    width: 7.3rem;
    height: 3.5rem;
    margin: 0.2rem auto;
}

.newShop-new-sku_zqg li a {
    display: block;
    width: 7.3rem;
    height: 3.5rem;
}

.newShop-new-sku_zqg li a img {
    display: block;
    width: 7.3rem;
    height: 3.5rem;
}

.navTwo {
    position: fixed;
    top: 0.85rem;
    right: 17%;
    background: #fff;
    display: none;
    z-index:100;
}

.navTwo_ul {
    width: 2rem;
}

.navTwo_ul.bg {
    height: 1.6rem;
    background-image: url("../images/newshop/porduct/listBg.jpg?v=002");
    background-size: 100% 100%;
}

.navTwo_ul.bg1 {
    height: 1.6rem;
    background-image: url("../images/newshop/porduct/listBg2.jpg?v=001");
    background-size: 100% 100%;
}

.navTwo_ul_li {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #bca06f;
    font-size: 0.26rem;
    overflow: hidden;
}

/*.navTwo_ul_li.bg{*/
/*    background-image: url("../images/newshop/porduct/listBg.jpg");*/
/*    background-size:100% 100%;*/
/*}*/
/*方法二 start*/
#marquee {
    display: block;
    width: 100%;
    height:0.5rem;
    position: relative;
    overflow: hidden;
    color:#071263;
    box-sizing: border-box;
    background: #fcfae7;
    margin:0 auto;
}
.marqueeImgBox{
    position:absolute;
    top:0;
    left:0;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfae7;
    z-index:99;
}
.marqueeImgBox> img {
    width: 0.3rem;
    height: 0.3rem;
}

#marquee_text {
    position: absolute;
    top: 0;
    left: 100%;
    line-height:0.5rem;
    display: block;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left:0.5rem;
}
/*方法二 end*/

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.newShop-new-sku li.item .p_img.paddingNone {
    padding: 0;
}