*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#app_new {
    width: 100%;
    display: none;
    flex-direction: column;
    background: #f6f6f6;
    min-height: 100vh;
}
.app-new-body{
    width: 100%;
    /* background: #f6f6f6; */
}
.app-new-head{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    height: 1.4rem;
    padding: 0rem 0.24rem 0rem 0.267rem;
    box-sizing: border-box;
    background: #fff;
    /* transition: all 0.3s; */
}
.app-new-head.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* background: #f6f6f6; */
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}
.head-preferred{
    width: 1.453rem;
    height: 0.64rem;
}
.head-preferred img{
    width: 100%;
    height: 100%;
}
.head-search{
    flex: 1;
    margin-left: 0.267rem;
    padding: 0.14rem 0.267rem;
    box-sizing: border-box;
    background-color: #f3f3f3;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
}
.head-search-icon{
    width: 0.413rem;
    height: 0.427rem;
}
.head-search-input{
    margin-left: 0.253rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #999999;
}
.head-voicecustomerservice{
    width: 0.507rem;
    height: 0.507rem;
    margin-left: 0.312rem;
}
.head-voicecustomerservice img{
    width: 100%;
    height: 100%;
}
.head-shoppingCart{
    width: 0.507rem;
    height: 0.507rem;
    margin-left: 0.48rem;
    position: relative;
}
.head-shoppingCart img{
    width: 100%;
    height: 100%;
}
.head-shoppingCart-value{
    min-width: 0.373rem;
	height: 0.373rem;
    border-radius: 50%;
	background-color: #f84d53;
    font-size: 0.32rem;
	color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.04rem 0.04rem;
    position: absolute;
    left: 0.36rem;
    top: -0.26rem;
}
.head-personalCenter{
    width: 0.453rem;
    height: 0.507rem;
    margin-left: 0.48rem;
}
.head-personalCenter img{
    width: 100%;
    height: 100%;
}
/* 轮播样式 */
.app-new-swiper{
    margin-top: 1.4rem;
    width: 100%;
    box-sizing: border-box;
}
.app-new-swiper .swiper-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.app-new-swiper .swiper-slide{
    width: 100%;
}
.banner-item{
    width: 100%;
    height: 4.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.banner-img{
    width: 100%;
    height: 100%;
}
.banner-img img{
    width: 100%;
    height: 100%;
}
.banner-item{
    position: relative;
}
.banner-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.7rem;
    background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
    pointer-events: none;
}
/* 分页器样式 */
#newSwiper .swiper-pagination{
    bottom: 0.5rem;
}
#newSwiper .swiper-pagination-bullet{
    width: 0.48rem;
    height: 0.08rem;
    border-radius: 0.02rem;
    background: #fff;
    opacity: 0.6;
    transition: background 0.3s;
}
#newSwiper .swiper-pagination-bullet-active{
    background: #161616;
    opacity: 1;
}
#newSwiper .swiper-pagination-bullet.viewed{
    background: #161616 !important;
    opacity: 1 !important;
}
.app-new-icon-con{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    background-color: #ffffff;
    border-radius: 0.32rem;
    position: relative;
    z-index: 99;
    margin-top: -0.4rem;
    padding: 0.37rem 0rem;
    box-sizing: border-box;
}
.icon-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.32rem 0.24rem;
    width: 100%;
}
.icon-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-item img{
    width: 1.2rem;
    /* height: 1.2rem; */
    min-height: 1.013rem;
    object-fit: contain;
}
.icon-item div{
    margin-top: 0.2rem;
    font-size: 0.32rem;
	color: #000000;
}
/* 兼容6个或7个的情况：最后一行居中 */
/* .icon-grid .icon-item:nth-child(5),
.icon-grid .icon-item:nth-child(6){
    grid-column: span 1;
} */
/* 如果有7个，第7个在第二行第3个位置 */
/* .icon-grid .icon-item:nth-child(7){
    grid-column: 3 / 4;
} */
.app-new-brand-con{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-top: 0.16rem;
    padding: 0.26rem 0rem 0.26rem 0.42rem;
    background-color: #fff;
    border-radius: 0.32rem;
    display: flex;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.app-new-brand-con::-webkit-scrollbar{
    display: none;
}
.app-new-brand-con.fixed{
    position: fixed;
    top: 1.2rem;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.brand-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background: gold; */
    max-width: 1rem;
    /* width: 0.64rem; */
    flex:none;
    /* height: 1.42rem; */
}
.app-new-brand-con .brand-item{
    margin-right: 0.73rem;
}
.fixed .brand-item{
    margin-right: 0.79rem;
}
.brand-item img{
   max-width: 1rem;
   min-height: 0.267rem;
}
.brand-item div{
    margin-top: 0.1rem;
    font-size: 0.32rem;
	color: #000000;
}
.app-new-announcement{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-top: 0.16rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.32rem;
    display: flex;
    align-items: center;
}
.app-new-laba{
    width: 0.493rem;
    height: 0.413rem;
}
.app-new-announcement-title{
    font-size: 0.32rem;
    font-weight: bold;
    color: #000000;
    margin-left:0.2rem;
}
.app-new-fgx{
    width: 0.027rem;
    height: 0.24rem;
    background-color: #aaaaaa;
    margin: 0 0.2rem;
}
.app-new-announcement-text{
    flex: 1;
    font-size: 0.32rem;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
}
.announcement-scroll-inner{
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 20s linear infinite;
}
.announcement-scroll-inner span{
    display: inline-block;
    padding-right: 2em;
    width: 100%;
}
@keyframes scrollText{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.app-new-xj-xh{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-top: 0.16rem;
    display: flex;
}
.app-new-xj-xh-left{
    flex: none;
    position: relative;
    width: 3.56rem;
    height: 4.533rem;
    border-radius: 0.32rem;
}
.xj-xh-left-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.xj-xh-left-con{
    position: relative;
    z-index: 99;
    margin: 0.98rem 0 0 0rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.xj-l-h1{
    font-size: 0.32rem;
    line-height: 0.32rem;
	color: #333333;
    width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.xj-l-h2{
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
    margin-top: 0.12rem;
}
.xj-l-img{
    width: 1.947rem;
	height: 2.307rem;
    margin-top: 0.18rem;
}
.xj-l-img img{
    width: 100%;
    height: 100%;
}
.xj-l-h3{
    display: flex;
    margin-top: -0.6rem;
    padding: 0.1rem 0.14rem;
	background-image: linear-gradient(90deg, 
		#46e3bb 0%, 
		#2ecea8 100%);
	border-radius: 0.36rem;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 0.293rem;
}
.xj-l-h3-2{
    font-size: 0.32rem;
}
.xj-l-h3-3{
    font-size: 0.427rem;
    margin-top: -0.04rem;
}
.app-new-xj-xh-right{
    flex: none;
    width: 5.773rem;
    margin-left: auto;
    height: 4.533rem;
    position: relative;
}
.app-new-xj-xh-right-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.app-new-xj-xh-right-con{
    position: relative;
    z-index: 99;
    width:calc(100% - 0.44rem);
    margin-left: 0.22rem;
    margin-top:0.98rem;
    display: flex;
}
.app-new-xj-xh-con-l{
    flex: none;
    width: 2.56rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xj-xh-img{
    width: 1.627rem;
    height: 1.987rem;
    margin-top:0.12rem;
}
.xj-xh-img img{
    width: 100%;
    height: 100%;
}
.xj-xh-h1{
    text-align: center;
    font-size: 0.293rem;
    line-height: 0.293rem;
    width: 80%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xj-xh-h2{
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
    margin-top:0.12rem;
}
.xj-xh-h3{
    display: flex;
    align-items: baseline;
    margin-top:0.06rem;
}
.xj-xh-h3-1{
    font-size: 0.24rem;
    color: #333333;
}
.xj-xh-h3-2{
    font-size: 0.267rem;
    color: #f84d53;
}
.xj-xh-h3-3{
    font-size: 0.4rem;
    color: #f84d53;
    font-weight: bold;
}
.xj-xh-h3-4{
    font-size: 0.24rem;
    color: #333333;
    margin-left: 0.02rem;
}
.app-new-xj-xh-con-r{
    margin-left: 0.04rem;
}
.xj-xh-r{
    width: 100%;
    display: flex;
    margin-top: 0.2rem;
}
.xj-xh-r-r{
    margin-left: 0.2rem;
}
.xj-xh-r-left{
    width: 0.907rem;
    height: 1.12rem;
    flex: none;
}
.xj-xh-r-left img{
    width: 100%;
    height: 100%;
}
.xj-xh-r-r-1{
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
    margin-top: 0.04rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制2行 */
}
.xj-xh-r-r-2{
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
    margin-top: 0.04rem;
}
.xj-xh-r-r-3{
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
    margin-top: 0.16rem;
}
.xj-xh-r-r-4{
    display: flex;
    align-items: baseline;
}
.xj-xh-r-r-4-1{
    font-size: 0.24rem;
    color: #f84d53;
}
.xj-xh-r-r-4-2{
    font-size: 0.32rem;
    color: #f84d53;
    font-weight: bold;
}
.xj-xh-r-r-4-3{
    font-size: 0.24rem;
    color: #333333;
    margin-left: 0.02rem;
}
.app-new-pz-yx{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-top: 0.16rem;
    display: flex;
}
.app-new-pzyx-item{
    width: 4.667rem;
    height: 3.6rem;
    position: relative;
}
.pzyx-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pzyx-con{
    position: relative;
    z-index: 99;
    width: calc(100% - 0.32rem);
    margin: 0.94rem 0.16rem;
    display: flex;
    box-sizing: border-box;
}
.pzyx-con-item{
    width:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pzyx-item-img-box{
    width: 1.28rem;
	height: 1.493rem;
    position: relative;
}
.pzyx-item-img{
    position: absolute;
    bottom: 0;
    left: 0;
	height: 1.493rem;
}
.pzyx-item-title{
    text-align: center;
    font-size: 0.267rem;
    line-height: 0.267rem;
    color: #333333;
    width: 92%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:0.14rem;
}
.pzyx-item-text{
    margin-top:0.14rem;
    display: flex;
    align-items: baseline;
    width: 98%;
}
.pzyx-text-h1{
    font-size: 0.213rem;
    line-height: 0.213rem;
    color: #333333;
}
.pzyx-text-h2{
    font-size: 0.227rem;
    line-height: 0.227rem;
    color: #f84d53;
}
.pzyx-text-h3{
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #f84d53;
}
.pzyx-text-h4{
    font-size: 0.213rem;
    line-height: 0.213rem;
    color: #333333;
    margin-left: 0.02rem;
}
.app-new-rxph{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-top: 0.16rem;
    position: relative;
    height: 6.627rem;
    display: flex;
}
.rxph-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rxph-con{
    position: relative;
    z-index: 99;
    width: calc(100% - 0.25rem);
    margin-left: 0.25rem;
    margin-top: 1.13rem;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.rxph-con::-webkit-scrollbar{
    display: none;
}
.rxph-con-item{
    width: 3.493rem;
    border: solid 0.013rem #e5e5e5;
    border-radius: 0.24rem;
    box-sizing: border-box;
    flex: none;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
}
.rxph-item-img{
    width: 100%;
    height: 3.493rem;
    border-radius: 0.24rem 0.24rem 0 0;
}
.rxph-item-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.1rem 0.14rem 0.3rem 0.14rem;
    box-sizing: border-box;
}
.rxph-item-title{
    display: flex;
    align-items: center;
}
.rxph-item-title-icon{
    flex: none;
    width: 0.48rem;
    height: 0.267rem;
    background-color: #ff2a3b;
    border-radius: 0.04rem;
    font-size: 0.187rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rxph-item-title-text{
    margin-left: 0.08rem;
    flex: 1;
    font-size: 0.293rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rxph-item-title-1{
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.14rem;
}
.rxph-item-title-2{
    display: flex;
    align-items: center;
    margin-top: 0.14rem;
}
.rxph-item-title-2-text{
    display: flex;
    align-items: baseline;
}
.rxph-title-2-1{
    font-size: 0.267rem;
    color: #f84d53;
    line-height: 0.267rem;
    margin-left: -0.05rem;
}
.rxph-title-2-2{
    font-size: 0.4rem;
    font-weight: bold;
    color: #f84d53;
    line-height: 0.4rem;
}
.rxph-title-2-3{
    font-size: 0.267rem;
    line-height: 0.267rem;
    color: #333333;
    margin-left: 0.02rem;
}
.rxph-title-2-4{
    width: 0.653rem;
    height: 0.24rem;
    margin-top: -0.2rem;
    margin-left: 0.03rem;
}
.rxph-title-2-5{
    font-size: 0.213rem;
    line-height: 0.213rem;
    color: #999999;
    margin-left: auto;
    margin-top: 0.16rem;
}
.bottom-view-more{
    width: 100%;
    margin: 0.8rem 0 0.52rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-view-more img{
    width: 5.293rem;
    height: 0.307rem;
}



/* 问卷 */
    .questionnaire {
        position: fixed;
        top: 23%;
        right: 0.2rem;
        margin: auto;
        z-index: 99;
        width: 2.0533rem;
        border-radius: 0.6rem;
        padding: 0.2rem 0;
    }

    .questionnaire div {
        width: 2.0533rem;
        height: 2.0533rem;
    }

    .questionnaire div img {
        width: 100%;
    }

    .questionnaire span {
        width: .4533rem;
        height: .4533rem;
        position: absolute;
        top: 0rem;
        right: -0.1rem;
        background: url("//wap.zj.10086.cn/2022/static/public/resources/questionPaper/close.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }


     /* 弹窗 */
    .popImgWrap{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
    }
    .popImgWrap .picBox{
        width: 7.07rem;
        height: 9.44rem;
        border-radius: .45rem;
        position: relative;
    }
    .popImgWrap .picBox .pic{
        width: 7.07rem;
        height: 9.44rem;
        border-radius: .45rem;
    }
    .popImgWrap .picBox .closeBtn{
        width: .77rem;
        height: .77rem;
        position: absolute;
        left: 50%;
        bottom: -1.44rem;
        transform: translateX(-50%);
    }


.app-new-gd-link{
    position: absolute;
    z-index: 100;
    /* background: rgba(0, 0, 0, .6); */
    right: 0rem;
    top: 0rem;
    width: 0.8rem;
    height: 0.8rem;
}