.headSearch-box {
  display: inline-block;
  height: 0.28rem;
  width: 0.3rem;
  background: #f0f0f0;
  border-radius: 0.2rem;
  vertical-align: middle;
  position: relative;
}
.headSearch-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.09rem;
  margin-left: -0.09rem;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > figure {
  float: left;
  width: 100%;
  position: relative;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
}
/* 头部 */
.ui-header .location {
  color: #333;
  float: left;
}
.ui-header .location span {
  max-width: 0.36rem;
  text-align: center;
  float: left;
  font-size: 0.12rem;
}
.ui-header .location i {
  float: left;
  margin-left: 0.05rem;
  margin-top: 0.2rem;
}
.ui-header .search {
  left: 0.7rem;
  right: 0.72rem;
  padding-left: 0.1rem;
  color: #666;
  line-height: 0.3rem;
  background-color: #f5f5f5;
  border: none;
}
.ui-header .search i {
  float: none;
  display: inline-block;
  margin: 0 0.05rem 0 0;
  vertical-align: sub;
}
.ui-header .search-isNewRetail {
  left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ui-header .search-isNewRetail .icon-search-isNewRetail {
  height: 0.15rem;
  width: 0.1rem;
  background: url('images/icons.png') no-repeat -2.31rem -1.7rem;
  background-size: 3.35rem auto;
}
/* 分类导航 */
.navigation {
  position: relative;
  line-height: 1;
  text-align: center;
  background-color: var(--bg-block);
  -webkit-border-radius: 0.06rem 0.06rem 0 0;
  border-radius: 0.06rem 0.06rem 0 0;
  margin-top: -0.06rem;
}
.navigation .swipe {
  height: 1.32rem;
}
.navigation img {
  display: block;
  margin: 0.15rem auto 0.06rem;
}
.navigation a {
  color: #999;
  font-size: 0.11rem;
}
/*快速查询*/
.fast-inquiry {
  background-color: var(--bg-block);
}
.fast-inquiry img {
  padding: 0.02rem 1%;
}
/* 头条 */
.headlines {
  position: relative;
  height: 0.44rem;
  padding-left: 0.8rem;
  padding-right: 0.7rem;
  line-height: 0.44rem;
  font-size: 0.14rem;
  background-color: var(--bg-block);
  overflow: hidden;
}
.headlines li {
  background-color: var(--bg-block);
}
.headlines .logo {
  position: absolute;
  top: 0.14rem;
  left: 0.12rem;
  width: 0.63rem;
  height: 0.17rem;
}
.headlines .ui-border-r {
  position: absolute;
  top: 0.06rem;
  left: 0.53rem;
  width: 0.01rem;
  height: 0.32rem;
}
.headlines .ui-icon-bugle {
  display: inline-block;
  margin-right: 0.09rem;
  color: #cc0000;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
.headlines .ui-border-l {
  position: absolute;
  top: 0.13rem;
  right: 0.5rem;
  width: 0.01rem;
  height: 0.18rem;
}
.headlines .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.5rem;
  color: var(--text-light);
  line-height: 0.44rem;
  text-align: center;
}
@keyframes scroll-to-top {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -0.44rem);
  }
}
/*导购*/
.ui-row .ui-col-38 {
  width: 38%;
}
.ui-row .ui-col-62 {
  width: 62%;
}
.ui-row img {
  display: block;
}
/* 模块 */
.module .module-header {
  height: 0.39rem;
  padding: 0 0.12rem 0.08rem;
  line-height: 0.39rem;
}
.module .module-header:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.module .module-header .title {
  float: left;
  font-size: 0.14rem;
}
.module .module-header .link {
  float: right;
}
.module .module-header a {
  color: var(--text-normal);
  font-size: 0.12rem;
}
.module .module-header .ui-icon-next {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #999999;
}
.module .module-header .icons3 {
  margin-right: 0.1rem;
  vertical-align: sub;
}
/* 横向商品列表 */
.transverse {
  width: 100%;
  overflow-x: hidden;
  /*主题馆*/
}
.transverse .theme-venue {
  padding: 0 ;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.transverse .theme-venue li {
  position: relative;
  float: left;
  width: 1.4rem;
  -webkit-border-radius: 0 0 0.04rem 0.04rem;
  border-radius: 0 0 0.04rem 0.04rem;
  background-color: var(--bg-block);
  overflow: hidden;
}
.transverse .theme-venue li img {
  display: block;
}
.price {
  height: 0.2rem;
  padding-top: 0.06rem;
  color: var(--text-price);
  font-size: 0.1rem;
  line-height: 0.18rem;
}
.price .mainprice {
  font-size: 0.18rem;
}
/* 倒计时 */
.countdown {
  position: relative;
  top: -0.01rem;
  display: inline-block;
  font-size: 0.12rem;
}
.countdown .box {
  display: inline-block;
  height: 0.14rem;
  margin: 0 0.02rem;
  padding: 0 0.02rem 0 0.01rem;
  line-height: 0.14rem;
  border: 0.01rem solid #999;
  border-radius: 0.02rem;
}
/* 排行榜 */
.ranking-list {
  position: relative;
  padding-left: 0.22rem;
  padding-top: 0.15rem;
}
.ranking-list .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.22rem;
  height: 100%;
  color: var(--text-bright);
  font-size: 0.12rem;
  line-height: 0.16rem;
  text-align: center;
  background-color: #cc0000;
}
/* 魔方图 */
.ui-row-flex {
  font-size: 0;
}
.ui-row-flex img {
  width: 100%;
}
.ui-row-flex a {
  display: block;
}
.bdt {
  border-top: 0.01rem solid var(--border-light);
}
.bdr {
  border-right: 0.01rem solid var(--border-light);
}
.bdb {
  border-bottom: 0.01rem solid var(--border-light);
}
.bdl {
  border-left: 0.01rem solid var(--border-light);
}
.bdtw {
  border-top: 0.01rem solid #fff;
}
.bdrw {
  border-right: 0.01rem solid #fff;
}
.bdbw {
  border-bottom: 0.01rem solid #fff;
}
.bdlw {
  border-left: 0.01rem solid #fff;
}
.bdtw2 {
  border-top: 0.02rem solid #fff;
}
/* 模块名称 */
.module-name {
  height: 0.46rem;
  text-align: center;
  overflow: hidden;
}
.module-name .inner {
  height: 0.14rem;
  margin: 0.23rem 0.15rem 0 0.15rem;
  border-top: 0.01rem solid #e3e3e3;
}
.module-name .inner h4 {
  position: relative;
  top: -0.1rem;
  display: inline-block;
  padding: 0 0.15rem;
  font-weight: bold;
  line-height: 1;
  background-color: var(--bg-normal);
  font-size: 0.13rem;
}
.module-name .inner h4:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.03rem;
  right: 0.02rem;
  width: 0.01rem;
  height: 0.1rem;
  background-color: var(--border-light);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-name .inner h4:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.02rem;
  left: 0.02rem;
  width: 0.01rem;
  height: 0.1rem;
  background-color: var(--border-light);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-name .inner h4 i {
  margin-right: 0.05rem;
}
/* 推荐列表 */
.prod-list {
  overflow: hidden;
  padding: 0 0.06rem 0 0.15rem;
}
.prod-list .warp {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 0.04rem;
  box-sizing: border-box;
  padding: 0.09rem 0.09rem 0 0;
}
.prod-list .item {
  display: block;
  padding-bottom: 0.1rem;
  background-color: var(--bg-block);
}
.prod-list .item .prod-img {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.prod-list .item .prod-img img {
  width: 96%;
  margin-top: 2%;
  margin-left: 2%;
}
.prod-list .item .prod-img-r1c1b {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.prod-list .item .prod-img-r1c1b img {
  width: 96%;
  margin-top: 2%;
  margin-left: 2%;
}
.prod-list .item h5 {
  margin: 0.05rem 0;
  padding: 0 0.1rem;
  color: var(--text-normal);
  line-height: 0.16rem;
}
.prod-list .item .price {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  font-size: 0.16rem;
}
.prod-list .item .label {
  height: 0.2rem;
  overflow: hidden;
  padding-left: 0.1rem;
  font-size: 0.1rem;
}
.prod-list .item del {
  padding-left: 0.1rem;
  font-size: 0.1rem;
  color: #999;
}
.prod-list .item .add-to-cart {
  position: absolute;
  right: 0.15rem;
  bottom: 0.1rem;
}
.prod-tab {
  padding: 0.1rem 0;
  color: #808080;
  background-color: var(--bg-block);
  text-align: center;
  font-size: 0.12rem;
}
.prod-tab.tab-fixed {
  position: fixed;
  top: 0.44rem;
  z-index: 100;
}
.prod-tab .ui-col {
  width: 0.8rem;
}
.prod-tab .ui-col-25 {
  width: 25%;
}
.prod-tab li.active {
  color: var(--text-normal);
}
/*热销排行*/
.hot-ranking li {
  position: relative;
  float: left;
  padding: 0.15rem 0.15rem 0.06rem 0.15rem;
  background-color: var(--bg-block);
}
.hot-ranking li img {
  display: block;
  padding-right: 0.01rem;
}
.hot-ranking li i {
  position: absolute;
  top: -0.03rem;
  left: 50%;
  margin-left: -0.15rem;
  text-align: center;
  font-size: 0.1rem;
  color: var(--text-bright);
}
.hot-ranking li p {
  width: 0.9rem;
}
.padB30 {
  padding-bottom: 0.3rem;
}
.nomore {
  padding: 0.1rem 0;
  color: #999;
  font-size: 0.12rem;
  text-align: center;
}
/*底部广告*/
.float-tail {
  position: fixed;
  width: 100%;
  max-height: 1rem;
  bottom: 0.43rem;
  z-index: 44;
}
.float-tail .close {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  left: 2%;
  top: 41%;
  margin-top: -0.11rem;
  font-size: 0.16rem;
}
/*弹屏广告*/
.tanpin-inner {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 20%;
}
.tanpin-inner .close {
  position: absolute;
  right: 0.12rem;
  top: -0.13rem;
  width: 0.26rem;
  height: 0.26rem;
  line-height: 0.26rem;
  border-radius: 0.13rem;
  background-color: var(--bg-block);
  font-size: 0.2rem;
  color: #999;
  text-align: center;
  z-index: 10000;
  -webkit-box-shadow: 0 0 0.04rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0.04rem rgba(51, 51, 51, 0.5);
}
.tanpin-inner .regisClose {
  text-align: center;
  margin-top: 0.2rem;
}
.tanpin-inner .regisClose img {
  width: 0.34rem;
}
.lockNav {
  position: fixed;
  top: 0.44rem;
  z-index: 99;
  background-color: var(--bg-block);
  min-width: 100%;
}
.padT60 {
  padding-top: 0.6rem;
}
.shareRedPacket .ui-dialog-cnt {
  width: 80%;
  height: 2.18rem;
}
.shareRedPacket .ui-dialog-bd {
  position: relative;
  top: -0.35rem;
}
.shareRedPacket .redPacketImg {
  text-align: center;
  position: relative;
}
.shareRedPacket .redPacketImg img {
  width: 2.16rem;
  height: 1.22rem;
}
.shareRedPacket .shareBtn {
  position: relative;
  top: 0.1rem;
}
.shareRedPacket .shareBtn button {
  background: var(--theme-color);
  color: var(--text-bright);
  font-size: 0.16rem;
  height: 0.44rem;
  line-height: 0.44rem;
  width: 100%;
  text-align: center;
  border-radius: 0.05rem;
}
.shareRedPacket .close {
  position: absolute;
  bottom: -0.5rem;
  text-align: center;
  margin-left: -0.18rem;
}
.shareRedPacket .close img {
  width: 0.34rem;
  height: 0.34rem;
}
.couponsList .container {
  width: 78%;
  background: url('images/couponList.png');
  background-size: cover;
  position: absolute;
  top: 20%;
  left: 11%;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.1rem;
}
.couponsList .container .coupons {
  margin-top: 1rem;
  padding: 0 0.1rem 0.2rem;
  height: 2.35rem;
  overflow: scroll;
}
.couponsList .container .coupons .bg-item {
  background-image: url('images/coupon-item.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.75rem;
}
.couponsList .container .coupons .bg-item .line75 {
  line-height: 0.75rem;
}
.couponsList .container .btn-go {
  margin: 0.14rem auto 0;
  width: 2.5rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: '微软雅黑' !important;
  font-weight: bold;
  color: var(--text-bright);
  background: #f74c31;
  border-radius: 0.05rem;
  box-shadow: 0 0.04rem #666666;
}
.couponsList .close {
  position: absolute;
  left: 88%;
  top: 21%;
  width: 0.34rem;
  height: 0.34rem;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.couponsList .close img {
  width: 0.34rem;
}
.r1c1b {
  padding: 0 !important;
}
.r1c1b .warp {
  width: 100%;
  padding: 0 !important;
}
.r1c1b .warp .prod-img-r1c1b {
  padding: 0 !important;
  width: 100%;
}
.r1c1b .warp .prod-img-r1c1b img {
  width: 100% !important;
  margin: 0 !important;
}
.channel-v1 .list {
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
}
.channel-v1 .ui-row-flex {
  display: -webkit-box;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.channel-v1 .ui-whitespace {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.channel-v1 .daohang {
  width: 100%;
  background: var(--bg-block);
  overflow: hidden;
}
.channel-v1 .ui-row-flex .ui-col {
  float: none;
  -webkit-box-flex: 1;
  width: 0;
}
.channel-v1 .ui-col {
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.channel-v1 .ui-col a {
  display: block;
}
.channel-v1 a,
.channel-v1 a:hover,
.channel-v1 a:link,
.channel-v1 a:active,
.channel-v1 a:visited {
  text-decoration: none;
  color: #666 !important;
  background: var(--bg-block) !important;
}
.channel-v1 .ui-col img {
  width: 100%;
  display: block;
}
.channel-v1 .ui-col p {
  font-size: 0.12rem;
}
.announcement {
  line-height: 0.45rem;
  background: #fff;
  box-shadow: 0 14px 33px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  height: 0.45rem;
}
.announcement .announcement-title {
  color: #CC0000;
  font-size: 0.14rem;
  font-weight: bold;
  margin: 0 0.1rem;
}
.announcement .announcement-list {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.announcement img {
  height: 0.18rem;
  vertical-align: middle;
}
.approval {
  padding: 0.15rem;
  height: 1.2rem;
  box-sizing: border-box;
  margin-top: 0.12rem;
  background: #fff;
}
.approval .approval-info {
  height: 100%;
  padding: 0.08rem 0.08rem 0 0.13rem;
  background: url('images/adv/approval.png');
}
.approval .approval-info .first-line {
  color: #fff;
  font-weight: bold;
}
.approval .approval-info .first-line img {
  width: 0.2rem;
  margin-left: 0.05rem;
  vertical-align: middle;
}
.approval .approval-info .second-line {
  color: #fff;
  font-weight: bold;
  margin-top: 0.3rem;
}
.approval .approval-info .second-line img {
  width: 0.2rem;
  margin-top: 0.1rem;
}
.account-representative {
  padding: 0 0.15rem 0.15rem 0.15rem;
  box-sizing: border-box;
  margin-top: 0.12rem;
  background: #fff;
}
.account-representative .account-title {
  height: 0.5rem;
  line-height: 0.5rem;
}
.account-representative .account-info {
  display: flex;
  flex-wrap: nowrap;
}
.account-representative .account-info .member {
  min-width: 1.12rem;
  padding: 0.10rem;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 0.10rem;
  box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.03);
  line-height: 1;
}
.account-representative .account-info .member + .member {
  margin-left: 0.04rem;
}
.account-representative .account-info .member .first-line img {
  width: 0.2rem;
  vertical-align: middle;
}
.account-representative .account-info .member .name {
  margin-top: 0.1rem;
}
.account-representative .account-info .member .number {
  margin-top: 0.1rem;
}
.hot-goods {
  margin-top: 0.12rem;
  background: #fff;
}
.hot-goods .hot-title {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
}
.hot-goods .hot-info {
  overflow: auto;
}
.hot-goods .hot-info .goods-list {
  overflow: hidden;
}
.hot-goods .hot-info .goods-list .goods-items {
  width: 1.08rem;
  padding-left: 0.12rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.hot-goods .hot-info .goods-list .goods-items .img {
  width: 0.95rem;
  height: 0.95rem;
}
.hot-goods .hot-info .goods-list .goods-items .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.collect-goods {
  margin-top: 0.12rem;
  background: #fff;
}
.collect-goods .collect-title {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
}
.collect-goods .collect-info .collect-list .collect-item {
  width: 50%;
  padding: 0 0.03rem 0.15rem;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.collect-goods .collect-info .collect-list .collect-item .img {
  width: 1.8rem;
  height: 1.8rem;
}
.collect-goods .collect-info .collect-list .collect-item .sprites-search-cart {
  position: absolute;
  right: 0.1rem;
  bottom: 0.3rem;
}
.collect-goods .collect-info .collect-list .collect-item .no-sprites-search-cart {
  position: absolute;
  right: 0.1rem;
  bottom: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  line-height: 1;
  color: var(--text-price) !important;
}
.adv-my-bullet-active {
  background: #fff!important;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
