* {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}
body, html {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
}

body, page-body {
    background-color: #f5f5f5;
    color: #333;
}
.skw-app {
    width: 100%;
    height: 100%;
}
.skw-app, .skw-page-head {
    display: block;
    box-sizing: border-box;
}
.skw-page-wrapper {
    display: block;
    height: 100%;
    position: relative;
}
.skw-page-body {
    color: #303133;
    font-size: 14px;
}
.skw-text {
    box-sizing: border-box;
}
.page {
    padding-bottom: 50px;
}
.page {
    min-height: 794px;
    background-color: #fafafa;
}
.page-count{
    //position: relative;
    overflow: hidden;
}
.bg-img {
 //   position: absolute;
    width: 100%;
 //   height: 100%;
    top: 0;
    z-index: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
    overflow: hidden;
}
.img {

   // width: auto;
    height: 27%;
    padding:0 2px 2px 2px;
   
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .2rem;
}
.swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}
 .swiper-pagination {
    height: .4rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: .6rem;
    height: .1rem;
    border-radius: .1rem;
    background: rgb(255 255 255 / 50%);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.iinngg {
    width: 90%;
    height: 35%;
    display: inline-block;
    overflow: hidden;
    position: relative;


}
.swiper-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
 .swiper-slides {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.my-main{
    transition: background-color .5s ease;
}
.mp-header{
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollColor{
    transition: background-color .5s ease;
    background: linear-gradient(
90deg,#fff 50%,#fff);
    color: #333!important;
}
.serch-box {
    height: 65px;
}
.serch-wrapper {
    align-items: center;
    padding: 0 15px;
    height: 75%;
}
.flex {
    display: flex;
}

.uninput{
    flex: 1;
    display: flex;
    align-items: center;
    width: 171px;
    height: 30px;
    padding: 0 26px 0 15px;
    background: rgba(0,0,0,.16);
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    position: relative;
    box-sizing: border-box;
}


.acea-row.row-middle {
    align-items: center;
}
.acea-row {
    display: flex;
    flex-wrap: wrap;
}
.news {
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 40px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 10px;
    box-shadow: 0 5px 15px #f5f5f5;
}

 .pictrue {
    width: 67px;
    height: 18px;
    border-right: 1px solid #ddd;
    padding-right: 11px;
    box-sizing: initial;
}
.skw-img {
    width: 100%;
    height: 100%;
}
.swiperTxt{
    flex: 1;
    height: 100%;
    line-height: 40px;
    overflow: hidden;
    margin-left: 11px;
}
.group-wrapper {
    padding: 10px 10px 13px 10px;
    background: #fff;
    margin: 8px 0px 0px;
}
.group-wrapper .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-wrapper .hd .left {
    display: flex;
    align-items: center;
}
.group-wrapper .hd .left .iconfont{
    color: #e93323;
    font-size: 16px;
    margin-right: 6px;
}
.group-wrapper .hd .left .name {
    color: #333;
    font-size: 17px;
    font-weight: 600;
}
.group-wrapper .hd .more {
    font-size: 13px;
    color: #999;
    text-decoration: none;
    -webkit-backface-visibility: hidden;

    box-sizing: border-box;
    height: auto;
    width: auto;
    display: block;
    cursor: pointer;
}
.group-scroll{
    width: 100%;
    margin-top: 13px;
}
 .scroll-view_H {
    white-space: nowrap;
    width: 100%;
}

.uni-scroll-view, .uni-scroll-view-content {
    width: 100%;
   // height: 100%;
}
.group-wrapper .group-scroll .group-item {
    display: inline-block;
    width: 84px;
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 3%);
    border-radius: 8px;
    position: relative;
    background-color: #fff;
}

.group-wrapper .group-scroll .group-item img{
    width: 100%;
    height: 84px;
    border-radius: 8px 8px 0 0;
}
.group-wrapper .group-scroll .group-item .info {
    padding: 1px 0px 5px 0px;
}
.group-wrapper .group-scroll .group-item .info .name{
    font-size: 12px;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.group-wrapper .group-scroll .group-item .info .price-box {
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.group-wrapper .group-scroll .group-item .info .price-box .tips {
    background-color: rgba(233,51,35,.1);
    color: #e93323;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 15px;
    margin-right: 3px;
    border-radius: 2px;
    font-size: 9px;
}
.group-wrapper .group-scroll .group-item .info .price-box .price {
    color: #e93323;
    font-size: 10px;
    font-weight: 600;
}
.group-wrapper .group-scroll .group-item .bom-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 12px;
    background-color: #38b616;
}
.group-wrapper .group-scroll .group-item .bom-btn .iconfont{
    margin-right: 5px;
}
.group-wrapper .group-scroll .group-item .bom-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 12px;
    background-color: #e93323;
}
.group-wrapper .group-scroll .group-item .bom-btns .iconfont{
    margin-right: 5px;
}
.safe-area-inset-bottom {
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.u-tabbar__content{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    box-sizing: initial;
}
.u-tabbar__content__item {
    flex: 1;
    justify-content: center;
    height: 90%;
    padding: 1px 0;
    display: flex;
    flex-direction: row;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.u-tabbar__content__item__button{
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.u-tabbar__content__item__button {
    top: 10px;
}
.u-icon {
    display: inline-flex;
    align-items: center;
}
.u-icon--right {
    flex-direction: row;
    align-items: center;
}
.u-icon__img {
    height: auto;
    will-change: transform;
}
img {
      -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: block;
 //   position: absolute;
    top: 0;
    left: 0;
  //  opacity: 0;
     //   width: 100%;
   // height: 100%;
}
.u-tabbar__content__item__text{
    color: #606266;
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.u-tabbar__content__item__text {
    bottom: 14px;
}
.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.category {
    padding: 10px 10px 5px 10px;
}
.borderRadius20 {
    border-radius: 10px!important;
}
.uni-scroll-view{
    box-sizing: border-box;
}
.u-scroll-view{
    display: block;
    width: 100%;
    white-space: nowrap;
    position: relative;
}
.uni-scroll-view {
    position: relative;
    -webkit-overflow-scrolling: touch;
    max-height: inherit;
}
.tabs{
    height:7% ;
 
}
.u-scroll-box {
    position: relative;
}
.u-tab-item {
    height: 30px!important;
    font-size: 13px!important;
    line-height: 30px!important;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    transition-property: background-color,color;
}
.acea-row {
    display: flex;
    flex-wrap: wrap;
}
.acea-column {
    display: flex;
    flex-direction: column;
}
.category .goods {
    background-color: #fff;
    padding: 18px 0 14px 0;
    border-radius: 8px;
    margin-top: 5px;
}
.acea-row.row-middle {
    align-items: center;
}
.category .goods .on {
    box-shadow: rgb(0 0 0 / 6%) 0 2px 4px 0 inset;
}
.category .goods .item{
    width: calc(100%/5);
    margin-bottom: 10px;
}
.category .goods .item img{
       display: inline-block;
       width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
   margin-left:auto;
   margin-right: auto;
   
}
.category .goods .item text{
    color: #333;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category .goods .more .iconfont{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f8f8f8;
    line-height: 50px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 28px;
    color: #ccc;
      margin-left:auto;
   margin-right: auto;
}
.u-mode-center-box {
    min-width: 50px;
    min-height: 50px;
    display: block;
    position: relative;
    background-color: #fff;
}
/*.u-mode-center-box {
  //  background-color: initial!important;
}*/
.u-drawer__scroll-view {
    width: 100%;
    height: 100%;
}
.uni-scroll-view {
    position: relative;
    -webkit-overflow-scrolling: touch;
    max-height: inherit;
}
.u-waterfall {
    margin: 0 6px!important;
}
.u-waterfall {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
}
.u-column{
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-direction: column;
    height: auto;
}
.u-load-more-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.loadingicon {
    width: 100%;
    height: 41px!important;
    overflow: hidden;
    color: #999;
    background-color: #fff!important;
}
.u-line {
    vertical-align: middle;
}
.u-load-more-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
}
.u-more {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.u-loadmore-icon-wrap {
    margin-right: 4px;
}
.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.u-line {
    vertical-align: middle;
}
.u-waterfall {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
}
.u-waterfall {
    margin: 0 6px!important;
}
.u-image {
    position: relative;
    transition: opacity .5s ease-in-out;
}
.demo-warter {
    border-radius: 8px;
    margin: 4px;
    background-color: #fff;
    padding: 8px;
    position: relative;
}
.demo-warter .demo-title {
    height: 46px;
    font-size: 15px;
    margin-top: 5px;
    color: #303133;
    width: 150px;
}
.line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.demo-warter .sale {
    color: #afafaf;
    text-decoration: line-through;
}
.demo-warter .goods-price .buy-now{
    font-size: 12px;
    border-radius: 2px;
    border-color: #ff564d;
    background: #ff564d;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 15px;
    font-weight: 400;
}
.demo-warter .goods-price {
    font-size: 15px;
    color: #fa3534;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.demo-warter .goods-price .buy-now-card {
    font-size: 12px;
    color: #0eab0f;
    border: 1px solid #0eab0f;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    border-radius: 15px;
    font-weight: 400;
}
.demo-warter .goods-price .buy-now-logistics {
    font-size: 12px;
    color: #3EEDE7;
    border: 1px solid #3EEDE7;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    border-radius: 15px;
    font-weight: 400;
}
.common-modal{display:none}
.modal-buy{ background:#f6f6f6}
.modal-buy .order-form{height:50vh;margin-bottom:92px;overflow-y:auto}
