@charset 'urf-8';
.masking {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.top-1px {
  position: relative;
}
.top-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1rpx solid #E6E6E6;
  color: #E6E6E6;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.bottom-1px {
  position: relative;
}
.bottom-1px:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1rpx solid #E6E6E6;
  color: #E6E6E6;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.left-1px {
  position: relative;
}
.left-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 1px;
  border-left: 1rpx solid #E6E6E6;
  color: #E6E6E6;
  transform-origin: 0 0;
  transform: scaleX(0.5);
}
.right-1px {
  position: relative;
}
.right-1px:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 1px;
  border-right: 1rpx solid #E6E6E6;
  color: #E6E6E6;
  transform-origin: 100% 100%;
  transform: scaleX(0.5);
}
.t-1px {
  position: relative;
}
.t-1px:before {
  content: " ";
  position: absolute;
  left: 24rpx;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1rpx solid #E6E6E6;
  color: #E6E6E6;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.b-1px {
  position: relative;
}
.b-1px:after {
  content: " ";
  position: absolute;
  left: 24rpx;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1rpx solid #E6E6E6;
  color: #E6E6E6;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.all-1px {
  position: relative;
}
.all-1px:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
  height: 200%;
  transform-origin: left top;
  transform: scale(0.5);
}
/**/
.comment-worry {
  position: fixed;
  top: 40%;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}
.comment-worry-tit {
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  background-color: #fff;
  padding: 0.1rem 0.2rem;
  box-shadow: 0px 0px 30px #ccc;
  border-radius: 5px;
  line-height: 0.38rem;
  font-size: 0.24rem;
  color: #333;
}
.comment-worry-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.yg-btn {
  display: inline-block;
  min-width: 1.6rem;
  height: 0.64rem;
  line-height: 0.64rem;
  color: #161616;
  background-color: #e0ba85;
  text-align: center;
  font-size: 0.24rem;
}
.yg-btn.yg-btn-block {
  width: 100%;
  height: 0.8rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.yg-btn.yg-btn-small {
  min-width: 1.28rem;
  height: 0.56rem;
  font-size: 0.24rem;
  line-height: 0.56rem;
}
.yg-btn.inline {
  display: inline-block;
}
.yg-btn.circle {
  border-radius: 50%;
}
.yg-btn.round {
  border-radius: 0.32rem;
}
.yg-btn.dark {
  background-color: #444;
  color: #e0ba85;
}
.yg-btn.light {
  background-color: #f0e7db;
  color: #e0ba85;
}
.yg-btn.disabled {
  opacity: 0.6;
}
.yg-btn.border {
  border: 1px solid #e0ba85;
  background-color: transparent;
  color: #e0ba85;
}
.yg-btn.border.dark {
  color: #444;
  border-color: #444;
}
.yg-btn-group {
  display: flex;
}
.yg-btn-group .yg-btn {
  display: inline-block;
  margin-right: 0.2rem;
}
.yg-btn-group .yg-btn:last-child {
  margin-right: 0;
}
.home-top {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.36rem;
  background-color: #161616;
  box-sizing: border-box;
}
.home-top-out {
  position: relative;
  height: 0.8rem;
  z-index: 998;
}
.home-top-search {
  position: relative;
  height: 0.54rem;
  border-radius: 20px;
  margin: 0.22rem auto 0;
  flex: 1;
  margin: 0;
  width: auto;
  background: #fff;
}
.home-top-search img {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.13rem;
  left: 0.2rem;
}
.home-top-search span {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.56rem;
  left: 0.6rem;
  position: absolute;
}
.home-top-icon {
  position: relative;
  display: inline-block;
}
.home-top-icon .icon-message {
  display: block;
  width: 0.48rem;
  height: 0.48rem !important;
}
.home-top-icon .dot-number {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0.22rem;
  height: 0.22rem;
  line-height: 0.24rem;
  padding: 0 2px;
  text-align: center;
  color: #fff;
  background-color: #fa3737;
  font-size: 0.12rem;
  border-radius: 0.11rem;
  box-sizing: border-box;
}
.home-top .home_message {
  display: flex;
  align-items: center;
  margin-left: 0.24rem;
}
.nav-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 50px;
  border-top: 1px solid #161616;
  background-color: #161616;
  z-index: 990;
}
.nav-bottom .tabBar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 25%;
  text-align: center;
}
.nav-bottom .tabBar:nth-child(1) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_home_unchecked@2x.png');
}
.nav-bottom .tabBar:nth-child(2) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_menu_unchecked@2x.png');
}
.nav-bottom .tabBar:nth-child(3) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_cart_unchecked@2x.png');
}
.nav-bottom .tabBar:nth-child(4) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_mine_unchecked@2x.png');
}
.nav-bottom .tabBar.active:nth-child(1) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_home_checked@2x.png');
}
.nav-bottom .tabBar.active:nth-child(2) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_menu_checked@2x.png');
}
.nav-bottom .tabBar.active:nth-child(3) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_cart_checked@2x.png');
}
.nav-bottom .tabBar.active:nth-child(4) .tab-bar-img {
  background-image: url('/images/newVersion/tabs/icon_mine_checked@2x.png');
}
.nav-bottom .tabBar .tab-bar-img {
  width: 0.44rem;
  height: 0.44rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-bottom .tabBar .tabBar-tx {
  color: #e0ba85;
  font-size: 0.2rem;
  line-height: 1;
  margin-top: 0.1rem;
}
.nav-bottom .tabBar .shopping-num {
  position: absolute;
  left: 0.8rem;
  top: 0;
  transform: scale(0.8);
  background-color: #fa3737;
}
.fixed {
  position: fixed;
  z-index: 99;
}
.fixed.bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed.top {
  left: 0;
  right: 0;
  top: 0;
}
.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.flex.row-reverse {
  flex-direction: row-reverse;
}
.flex.column {
  flex-direction: column;
}
.flex.column-reverse {
  flex-direction: column-reverse;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.justify-around {
  justify-content: space-around;
}
.flex .noflex {
  flex: 0 0 auto;
}
.flex.flex1 {
  flex-grow: 1;
}
.flex.flex0 {
  flex-shrink: 0;
}
.flex.flex-end {
  justify-content: flex-end;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ft_0 {
  font-size: 0 !important;
}
.strong {
  font-weight: bold;
}
.tx-uline {
  text-decoration: underline;
}
.tx-center {
  text-align: center;
}
.tx-right {
  text-align: right;
}
.tx-left {
  text-align: left;
}
.tx_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tx_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tx-ellipsis {
  text-overflow: ellipsis;
}
.tx-underline {
  text-decoration: underline;
}
