
#app {
  /* background-image: url(login_bg.png); */
  background: url(index_box2.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;

}
.box2 {
  margin-left: 0.43478261rem;
  margin-right: 0.43478261rem;
}

.box2 .item .rt-box {

  flex: 1;

  overflow: hidden;
}

.box2 .item .rt .title {
  color: #333333;
  font-weight: 500;
  font-size: 0.33816425rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}
.box2 .item .rt .price-box {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: baseline;
  margin-top: 0.24154589rem;
}
.box2 .item .rt .price-box .price1 {
  color: #FD050D;
  font-weight: 500;
  font-size: 0.43478261rem;
  margin-right: 0.14492754rem;
}
.box2 .item .rt .price-box .price2 {
  color: #BEBEBE;
  font-weight: 500;
  font-size: 0.26570048rem;
  text-decoration: line-through;
}
.box2 .item .rt .btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #797979;
  height: 0.60386473rem;
  border-radius: 50px;
}
.box2 .item .rt .btm .yongjin {
  display: flex;
  align-items: center;
  height: 0.60386473rem;
  padding: 0 16px;
  line-height: 1;
  /* background: #3E3E3E; */
  border-radius: 0.5rem;
  font-size: 0.24154589rem;
  color: #FFF;
  font-weight: 500;
}
.box2 .item .rt .btm .share {
  height: 0.73140097rem;
  padding: 4px 8px;
  background: #080808;
  border-radius: 50px;
}
.category-box .tab {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  height: 1.18357488rem;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: rgba(255, 255, 255, 0.51);
  position: relative;
  /*margin-top: 0.36231884rem;*/
}
.category-box .tab .item {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  color: #999999;
  font-weight: 500;
  font-size: 0.38647343rem;
  text-align: center;
}
.category-box .tab .active {
  color: #cf3a2b;
}
.category-box .tab .btm_line {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  height: 0.14492754rem;
  /* background: #1e90e6; */
  transition: all 0.5s;
}
.category-box .addTab{
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  margin-top: 0px;
}
