.nva{
  width: 100%;
  height: 2.75rem;
  display:flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  margin-bottom: 0.875rem;
}
.left{
  display: flex;
  position: relative;
}
.top1{
  width: 0.6875rem;
  height: 0.40625rem;
  position: absolute;
  top: 0;
  right: 0;
}
.btm{
  width: 0.6875rem;
  height: 0.40625rem;
  position: absolute;
  bottom:0;
  right: 0;
}
.right{
  width: 2.5rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
}
.right1{
  width: 1.03125rem;
  height: 1.03125rem;
}
.right1 img{
  width:1.03125rem ;
  height: 1.03125rem;
}
.right img{
  width:1.03125rem ;
  height: 1.03125rem;
}
/* 一行 */
.commodity{
  width: 96%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.commodity .li{
  width: 10rem;
  margin-bottom: 0.59375rem;
  background: #FFF 
}
.li img{
  width: 10rem;
  height: 10rem;
  margin-bottom: 0.5rem;
}
.li .alt{
  width: 94%;
  margin-left: 0;
  padding-left: 0.34375rem;
  line-height: 1.125rem;
  font-size: 0.75rem;
  margin-bottom: 0.46875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.li .coin{
  padding-left: 0.34375rem;
  font-size: 0.8125rem;
  color:#ff4f4f;
  margin-bottom: 0.34375rem;
  font-weight: bold;
  text-align: left;
}
.li .promotion{
  text-align: left;
  padding-left: 0.34375rem;
  color:#A6A6A6;
  font-size: 0.625rem;
  text-decoration: line-through;
  margin-bottom: 0.625rem;
}
/* 两行 */
.single{
  display: none;
}
.single_back{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #FFF;
  margin-bottom: 0.8125rem;
}
.single_li{
  background: #FFF;
  width: 88%;
  display: flex;
  padding: 0.90625rem 0;
}
.single_li img{
  width: 6.21875rem;
  height: 6.21875rem;
  margin-right: 1.40625rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0,0.05) 
}
.single_li .text{
  width: 13.59375rem;
}
.single_li .alt{
  margin-left: 0;
  width: 100%;
  padding-left: 0.34375rem;
  line-height: 1.125rem;
  font-size: 0.75rem;
  margin-bottom: 1.78125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.single_li .coin{
  padding-left: 0.34375rem;
  font-size: 0.8125rem;
  color:#65B538;
  margin-bottom: 0.34375rem;
  font-weight: bold;
  text-align: left;
}
.single_li .promotion{
  text-align: left;
  padding-left: 0.34375rem;
  color:#A6A6A6;
  font-size: 0.625rem;
  text-decoration: line-through;
  margin-bottom: 0.8125rem;
}
/* 搜索的选项卡 */
.sear-right{
  width: 2.40625rem;
}
.sear-right img{
  width:1.03125rem;
  height: 1.03125rem;
}

.layui-tab {
  margin: 0;
}
.layui-tab-title{
  width: 90%;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
}
.layui-tab-content{
  height: 100% !important;
}
.layui-tab-title li{
  -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    font-size: 0.9375rem;
    padding-right: 0.5625rem;
    text-align: left;
    color:#BCB6BA;

}
.layui-this{
  color:#61BA2C !important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
  border:none !important;
}
