

.wx-login{width:100%;height:1px;solid red;background:#333;}
.login-in{width: 100%;
    text-align: center;
    color: #757575;}
	
/*首页轮播*/
.m-slider {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.slider-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  position: relative;
  z-index: 1;
  transition-property: transform;
}

.slider-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  img {
    width: 100%;
  }
}

.slider-pagination {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: .15rem;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  > .slider-pagination-item {
    margin: 0 .08rem;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background-color: #B7D0E1;
    &.slider-pagination-item-active {
      background-color: #FF0005;
    }
  }
}

/*下单页面*/

   .address-tip{ color: #333;
    font-size: .24rem;
    padding:0.1rem 0rem 0.2rem;
    line-height: 18px;
    position: relative;
	padding-bottom: 16px;
    background: #fff url(../images/line.png) -7px bottom repeat-x;
    background-size: 50px 3px;
	
	}
/*首页搜索*/
.grids-item img{width:100%;width:42px;height:42px;margin: 0 auto;}
.grids-txt{color:#4e5159}
.m-cell-seach{background:#fff;position: relative;padding:10px;}
.m-cell-seach2:before {content: '';position: absolute;z-index: 1; bottom: 0;left: 0;width: 100%;height: 1px;border-bottom: 1px solid #D9D9D9;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);-webkit-transform-origin: 0 100%;transform-origin: 0 100%;}
.img-rads{border-radius:100%;width: 52px;height: 52px;margin: 0 auto;}
.line-like{width:100%;height:600px;}

.aui-search-box {
    background: #ebecef;
    border-radius: 22px;
    position: relative;
    width: 100%;
    height: 31px;line-height: 31px;
}.icon-search {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAHZUlEQ…m+b6qdu+aUzrIJ7BIRTgM+B5xmtGaj7FyEZ2PU0vi820X4/yZSOmpZpZMiAAAAAElFTkSuQmCC);
    left: 8px;
    background-size: 19px;
}
.aui-search-box input {
    width: 100%;
    background: none;
    border: none;
    font-size: 0.25rem;
    text-align: left;
    height: 31px;
    border-radius: 22px;
    text-align: center;
}
.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}	