*{
    box-sizing: border-box;
}
[v-cloak] {
    display: none;
}
i,em,strong{
    font-style: normal;
}
h4{
    font-weight: normal;
}
html{
    height: 100%;
    background-color: #f5f5f5;
}
body{
    height: 100%;
    display: block;
}
img{
    width:100%;
}
#content{
    background-color: #f5f5f5;
    padding-bottom: 50px;
    height: 100%;
    padding-top: 36px;
    background-image: url('https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/contentWapSearch-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 240px;
    background-position: 0 -90px;
}
.swiper{
    margin: 12px;
    width: 350px;
    height: 132px;
    border-radius: 6px;
    overflow: hidden;
}
.swiper img{
    height: 100%;
}
.swiper-pagination-bullet{
    width: 5px;
    height: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2.5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #E53F17;
    width: 14px;
    height: 6px;
    border-radius: 5px;
}
#cate{
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #F7F7F7;
    border-radius: 6px;
    width: 350px;
    height: 186px;
    margin: 12px;
    padding: 5px 4px;
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
}
.cate-region{
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
}
.regionArr{
    display: flex;
    flex-direction: column;
}
.region{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    width: 68px;
    padding: 10px 5px;
}
.region-img{
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
}
.region-img img{
    height: 100%;
}
.region-text{
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    text-align: center;
    width: 58px;
}
.iScrollHorizontalScrollbar{
    width: 50px;
    height: 2px!important;
    left: calc(50% - 25px)!important;
    background: #DDDDDD!important;
    bottom: 9px!important;
}
.iScrollIndicator{
    background: #E52F17!important;
    border-color:#E52F17!important ;
}

.dailyBuy{
    margin: 0 auto;
    width: 360px;
    height: 254px;
    overflow: hidden;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/dailyBuy-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 18px;
    padding-top: 18px;
    padding-right: 11px;
}
.dailyBuy .dailyBuy-title{
    display: flex;
    align-items: center;
}
.dailyBuy-title-icon{
    width: 24px;
}
.dailyBuy-title-text{
    color: #fff;
    margin-left: 10px;
}
.dailyBuy .dailyBuy-content{
    margin-top: 10px;
    overflow: hidden;
    touch-action: pan-y;
}
.dailyBuy .product-name{
    font-size: 12px;
    height: 36px;
}
.dailyBuy .dailyBuy-content-scroll{
    display: flex;
    /* flex-wrap: wrap; */
}
.dailyBuy .dailyBuy-content .product{
    width:100px;
    margin-right: 5px;
    /* flex: 1 0 auto; */
    background: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 6px;
    padding-top:5px;
}
.dailyBuy .dailyBuy-content .product .product-img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    /* border: 1px solid #FF9900; */
    border-radius: 8px;
    overflow: hidden;
}
.dailyBuy .dailyBuy-content .product .product-name{
    width: 90px;
}
.dailyBuy .dailyBuy-content .product .product-price{
    width: 90px;
}
.dailyBuy .dailyBuy-content .product .product-commission{
    width: 90px;
}

.ranking{
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #F7F7F7;
    border-radius: 6px;
    width: 350px;
    /* max-height: 440px; */
    margin: 12px;
    padding: 10px 14px;
    overflow: hidden;
}
.ranking-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ranking-title .icon{
    display: flex;
    align-items: center;
}
.ranking-title .icon img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.ranking-title .icon .icon-title{
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    margin-right: 9px;
}
.ranking-title .icon .info{
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #D0D0DB;
}
.ranking-title .more{
     display: flex;
     align-items: center;
 }
.ranking-title .more .more-text{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
}
.ranking-title .more img{
    width: 15.5px;
    height: 15.5px;
    margin-left: 3px;
    margin-top: 1px;
}
.ranking-content{
    margin-top: 15px;
}
.product{
    float: left;
    width: 33.33%;
    min-height:20px;
}
.product-img{
    width: 100px;
    height: 100px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.product-name{
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100px;

}
.ranking .product-name{
    font-size: 12px;
    height: 36px;
}
.product-price{
    margin: 0 auto;
    width: 100px;
    display: flex;
}
.product-price span:nth-of-type(1){
    font-family: PingFangSC-Semibold;
    font-size: 13px;
    color: #FF6666;
    margin-right: 4px;
}
.product-price span:nth-of-type(2){
    font-family: PingFangSC-Medium;
    font-size: 10px;
    color: #BCC6CE;
    text-decoration: line-through;
    transform: scale(.95);
    margin-top: 2px;
}
.product .commission{
    margin-top: 6px;
    /* width: 80px; */
    height: 18px;
    border: 1px solid #FF9900;
    border-radius: 9px;
    display: inline-block;
    /* align-items: center; */
    /* justify-content: space-around; */
    padding: 0 6px;
    font-size: 12px;
    color: #FF9900;
    margin-left: 4px;
}
.commission span{
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
}
.product .commission span:nth-of-type(2){
    transform: scale(.8);
    margin-left: 3.3px;
    margin-right: 4px;
}
.product .share-icon{
    width: 9.5px;
    margin-right: 3px;
}
.filter{
    /* height: 200px; */
    border-radius: 8px;
    position: relative;
    /* padding-top: 73px; */
    /* background-color: #fff; */
    background-image: linear-gradient(0deg, #F9F9F9 2%, #FFF6E2 98%);
    background-repeat: no-repeat;
    background-size: 100% 274px;
    min-height: 800px;
}
.filter-bg{
    position: absolute;
    width: 100%;
    /* height: 274px; */
    top: 0;
    z-index: -1;
}
.filter-title{
    display: flex;
    padding-top: 16px;
    white-space: nowrap;
    overflow-x: auto;
    transition: all 1s;
}
.filter-title::-webkit-scrollbar {
    display: none;
}
.filter-cate{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 93.75px;
    flex: 1 0 auto;
    position: relative;
    padding: 0 10px;
}
.cateActive span:nth-of-type(1){
    font-weight: bold;
}
.filter-cate::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #F2E7CF;
    top: 15px;
    left: 0;
}
.filter-cate:nth-of-type(1)::before{
    display: none;
}
.filter-cate span:nth-of-type(1){
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #855B2A;
    position: relative;
    max-width: 74px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.filter-title .all span:nth-of-type(1){
    font-family: PingFangSC-Semibold;
    font-size: 17px;
    color: #333333;
}
.filter-cate span:nth-of-type(2){
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #E0C19D;
    margin-top: 2px;
    max-width: 70px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.filter-content{
    padding: 0 14px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.filter-content .product{
    width: 170px;
    padding-bottom: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 5px;
}
.filter-content .product .product-img{
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.filter-content .product .product-name {
    width: 170px;
    padding: 0 9px;
    font-family: PingFangSC-Medium;
    font-size: 13px;
    height: 39px;
}
.filter-content .product .product-price {
    width: 170px;
    padding: 0 9px;
}

.filter-scroll{
    /* padding-bottom: 70px; */
}
.cateActive span:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
    border-radius: 2.5px;
    bottom: 0;
}
.dropload-down{
    padding-bottom: 80px;
    box-sizing: initial;
}








/* 搜索 */
.search{
    position: fixed;
    width: 100%;
    /* height: 45px; */
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    /* padding-top: 5px; */
    padding: 10px 15px;
    text-align: center;
}
.search input{
    display: block;
    border: none;
    outline: none;
    background-color: #F7F8F8;
    /* width: 345px; */
    /* height: 35px; */
    border-radius:15px;
    padding:0 18.75px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
.search .icon{
    position: absolute;
    width:17px;
    top: 15.5px;
    left:101px;
}
#search0{
    position: relative;
    padding: 5px;
    background: #F7F8F8;
    border-radius: 15px;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
}
#search0::before{
    content: ''; display: block; position: absolute;
    top: 7px;
    left: calc(36% - 13px);
    width: 13.4px;height: 13px;background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/search01.png)no-repeat; background-size: 13.4px 13px;
}
.icon2::before{
    content: ''; display: block; position: absolute;
    top: 12px;
    left:0px;
    width: 13.4px;height: 13px;background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/search01.png)no-repeat; background-size: 13.4px 13px;
}
/*搜索样式 */
/* .firstSearch{    padding-top: 42px;} */
#searchWrap{  background: #fff;overflow: hidden; border-bottom: 1px solid #EEEEEE;}
#searchWrap .search { height: auto; position: fixed; width: 100%;padding: 10px 53px 10px 15px ;z-index: 99;}
#searchWrap .search input { display: block;border: none; outline: none;background-color: #F7F8F8;height:28px;  width: 100%;  border-radius: 15px; text-align: left; font-size: 12px;color: #333;letter-spacing: 0; padding-left: 30px;margin: unset;}
#searchWrap .search .icon { position: absolute;width: .93rem;top: 5px;left: 26px}
#searchWrap .search .shanchu {
    position: absolute;
    /* width: 30px;height:43px; */
    top: 13px;right:60px; display: none;
    width: 13px;height: 13px;background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/lj-del01.png)no-repeat center #F7F8F8; background-size: 13px 13px;
    padding:10px 20px;
}
#searchWrap .search .cancel {position: absolute;right: 15px;top: 12px;font-size: 14px;color: #E52F17;letter-spacing: 0;text-align: center;}
.search .icon img{width: 13px;height: 13px; }
#hotSearch,#historySearch{padding:10px 19px 10px 15px;background: #fff;position: relative;}
#hotSearch h3{padding-left:21px;font-size: 14px;color: #999999;letter-spacing: 0;position: relative;}
#hotSearch h3::before{ content: ''; display: block; position: absolute;top: 7px;left: 0px;width: 10px;height: 14px;background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/lj-hot04.png)no-repeat; background-size: 10px 14px;}
#historySearch h3::before{ content: ''; display: block; position: absolute;top: 8px;left: 0px;width: 12px;height: 12px;background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/lj-time03.png)no-repeat; background-size: 12px 12px;}
#historySearch h3 span{  display: block; padding: 10px 20px;position: absolute;top: 6px;right: -15px;width: 14px;height: 14px;background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/h5/mmWarp/lj-del02.png)no-repeat; background-size: 14px 14px;}

#hotSearch .hotlable span.labelName{ display:inline-block;background: #F5F5F5;border-radius: 15.5px;font-size: 14px;color: #333333;letter-spacing: 0;text-align: center;padding: 4px 23px;margin-left: 10px;margin-top: 5px;padding-top: 6px;}
#historySearch h3{padding-left:21px;font-size: 14px;color: #999999;letter-spacing: 0;position: relative;}
.histryList li{font-size: 14px;color: #333333;letter-spacing: 1px;text-align: left;padding: 17px;border-bottom: 1px solid #EEEEEE; height: auto;margin: 0;box-shadow:none;}
.histryList :last-child{border: none;}
.firstSearch #historySearch{padding-top:0px}

.isdelwarp{display: none; position: fixed; top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .6); z-index: 1000;}
.delwrap{width: 280px;background: #fff;border-radius: 10px;    font-size: 18px;position: absolute; top: calc(50% - 55px); left: calc(50% - 140px); }
.delwrap .txt{padding:25px 0 15px 0; text-align: center;font-size: 17px;color: #333333;letter-spacing: 1px; border-bottom: 1px solid #CFCFD3;}
.btnWrap div{display: inline-block;width:136px;font-size: 17px;color: #007AFF;letter-spacing: 0;text-align: center;padding:8px 0 11px 0}
.btnWrap div:first-child{border-right:1px solid #CFCFD3}
#canselBtn{
    color:#999;
}
#clear{
    color: #E52F17;
}

#wishName,#histryList{
    max-height:450px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* 播放 */
#video{
    height: 100%;
}
#btn{
    position: absolute;
    top: calc(50% - 25px)!important;
    left: calc(50% - 25px)!important;
    display: block;
    width: 50px;
    height: 50px;
    background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/common/images/play2.png)no-repeat;
    background-size: 50px 50px;
    z-index: 5;
    padding-left: 36px;
    border-radius: 0;
    border: none;
}

.share {
    display: block;
    /* text-align: center; */
    margin-top: 5px;
    padding-left: 4px;
    font-size: 12px;
}
.share span {
    font-family: PingFangSC-Regular;
    background: #FFEEE1;
    border-radius: 2px;
    color: #FD7003;
    font-size: 12px;
    padding: 2px 8px;
    white-space: nowrap;
}
.ranking .share{
    position: relative;
    height: 19px;
    margin-top: 0;
}
.ranking .share span{
    position: absolute;
    left: -4px;
    transform: scale(.8);
}
.dailyBuy .share{
    position: relative;
    height: 19px;
    margin-top: 0;
}
.dailyBuy .share span{
    position: absolute;
    left: -1px;
    transform: scale(.8);
}


.product-img{
    position: relative;
}
.product-img-noStock::before{
    position: absolute;
    content: "已售空";
    color:#fff;
    width: 50%;
    height: 50%;
    left:25%;
    top:25%;
    transform: rotate(-30deg);
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit{
    position: fixed;
    width: 50px;
    height: 50px;
    top: 143px;
    right: 0px;
    z-index: 99;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/recuitImgNew.gif")no-repeat;
    background-size: 100% 100%;
    display: none;
    padding: 9px;
}
.recruit>div{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

body #nav {
    height: 50px !important;
    font-size: 12px !important;
}

/* 新人 */
.newPeople_wrap{
    background-image: linear-gradient(179deg, #FFEAE3 0%, #FCC9C3 100%);
    border-radius: 6px;
    width: 350px;
    height: 288px;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
}
.newPeople_wrap::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 133px;
    height: 39px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newPeople_icon_np.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.newPeople_wrap .btn_more{
    position: absolute;
    right: 11px;
    top: 8px;
    width: 78px;
    height: 23px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newPeople_btn_np.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.newPeople_wrap div.wrapp{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 330px;
    border-radius: 6px;
}
.newPeople_wrap .npproduct{
    height: 115px;
    top: 40px;
    padding-top: 6px;
    padding-left: 8px;
    white-space: nowrap;
    overflow-x: scroll;
}
.newPeople_wrap .npproduct p{
    display: inline-block;
    width: 76px;
    height: 103px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newPeople_bg1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 2px;
    /* padding-left: 2px; */
    margin-right: 4px;
    overflow: hidden;
    vertical-align: top;
}
.newPeople_wrap .npproduct img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 4px;
}
.newPeople_wrap .npproduct span{
    /* position: absolute; */
    display: block;
    text-align: left;

}
.newPeople_wrap .npproduct span.price1{
    /* top: 70px; */
    font-size: 16px;
    transform: scale(.725);
    color: #fff;
    margin-left: -8px;
    /* left: -4px; */
}
.newPeople_wrap .npproduct span.price2{
    /* top: 84px; */
    text-decoration: line-through;
    font-size: 16px;
    transform: scale(.625);
    color: #FFC2D6;
    margin-top: -12px;
    margin-left: -12px;
    /* left: -6px; */
}
.newPeople_wrap .npproduct b{
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newPeople_btn2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    bottom: 3px;
    right: 3px;
}
.newPeople_wrap .npCoupon{
    height: 120px;
    top: 161px;
    padding-top: 6px;
    padding-left: 8px;
}
.newPeople_wrap .npCoupon .coutitle{
    margin-bottom: 10px;
    position: relative;
    height: 15px;
    line-height: 15px;
    padding-left: 25px;
}
.newPeople_wrap .npCoupon .coutitle::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newPeople_icon2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
}
.newPeople_wrap .npCoupon div{
    display: inline-block;
}
.newPeople_wrap .npCoupon .cou11{
    width: 100px;
    height: 72px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newpeople_p1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.newPeople_wrap .npCoupon .price{
    font-size: 20px;
    color: #884309;
    text-align: center;
    margin-bottom: 4px;
    padding-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newPeople_wrap .npCoupon .price span{
    font-size: 14px;
    /* transform: scale(.75); */
    display: inline-block;
}
.newPeople_wrap .npCoupon .txt{
    font-size: 14px;
    transform: scale(.75);
    text-align: center;
    color: #884309;
    /* display: inline-block; */
    width: 100%;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newPeople_wrap .npCoupon .cou2 .txt{
    font-size: 16px;
    margin-top: -4px;
}
.newPeople_wrap .npCoupon .cou2{
    width: 209px;
    height: 72px;
    background: url("https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/newPeople/newpeople_p2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding-right: 92px;
    overflow: hidden;
}
.newPeople_wrap .npCoupon .cou2 .price{
    /* font-size: 20px; */
    /* margin-bottom: 0; */
}
.notice{
    position: fixed;
    width: 100%;
    height: calc(100% + 36px);
    background: rgba(0, 0, 0, .5);
    z-index: 10000000;
    top:-36px
}
.notice .noticeTxt{
    background: #fff url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/common/LLimg/noticeBg.png) no-repeat;
    background-size: contain;
    position: fixed;
    border-radius: 10px;
    width: 300px;
    height: 380px;
    left: 50%;
    top: 50%;
    padding-top: 170px;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.noticeTxt .txtInner{
    height: 210px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 30px 30px;
    overflow-y: auto;
    color:#000 !important
}
.noticeTxt .txtInner.hasClose{
    height: 110px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
    display: block;
    padding: 0 30px 30px 30px;
    overflow-y: auto;
    font-size: 14px;
}
.noticeTxt .txtInner>p:first-child{
    height: 50px;
    line-height: 50px;
}
.noticeTxt .txtInner>p strong{
    font-weight: bold !important;
}   
.noticeTxt .closeNotice{
    width: 240px;
    margin: 30px auto 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #e52f19;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.notice .noticePic{
    position: fixed;
    border-radius: 10px;
    width: 300px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    /* overflow: hidden; */
}
.notice .noticePic img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
} 
.notice .noticePic .closeNotice{
    width: 30px;
    height: 30px;
    background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/common/LLimg/closeNotice.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000000;
}