html {
  font-size: 375px; }

.all-goods {
  width: 100%; }
  .all-goods .one-row {
    width: 100%;
    padding: 0.29333rem; }
    .all-goods .one-row-item {
      width: 100%;
      height: 4rem;
      display: flex;
      margin-bottom: 0.29333rem;
      background-color: #FFFFFF; }
      .all-goods .one-row-item .one-row-item-left {
        width: 4.13333rem;
        height: 4rem; }
      .all-goods .one-row-item .one-row-item-right {
        padding: 0.53333rem 0.26667rem 0.90667rem 0.26667rem;
        width: 4.88rem; }
        .all-goods .one-row-item .one-row-item-right .goods-name {
          width: 4.88rem;
          font-size: 0.48rem;
          font-weight: 600;
          color: #262626;
          line-height: 0.66667rem; }
        .all-goods .one-row-item .one-row-item-right .goods-name-introduce {
          font-size: 0.32rem;
          font-weight: 400;
          color: #262626;
          line-height: 0.42667rem; }
        .all-goods .one-row-item .one-row-item-right .historical {
          font-size: 0.32rem;
          font-weight: 400;
          color: #94040E;
          line-height: 0.42667rem; }
        .all-goods .one-row-item .one-row-item-right .now {
          font-size: 0.74667rem;
          font-weight: bold;
          color: #EB1E4D;
          line-height: 0.88rem; }
        .all-goods .one-row-item .one-row-item-right .go-btn {
          width: 1.81333rem;
          height: 0.53333rem;
          background: #EB1E4D;
          border-radius: 0.26667rem;
          text-align: center;
          line-height: 0.53333rem;
          font-size: 0.32rem;
          font-weight: 500;
          color: #FEEAE2;
          margin-top: 0.13333rem; }
  .all-goods .two-row {
    width: 100%;
    padding: 0.29333rem 0; }
    .all-goods .two-row-item {
      margin: 0 0 0.29333rem 0.29333rem;
      display: inline-block;
      width: 4.53333rem;
      height: 6.66667rem;
      background-color: #FFFFFF; }
      .all-goods .two-row-item .two-row-item-top {
        display: block;
        width: 4.53333rem;
        height: 3.78667rem;
        margin-bottom: 0.4rem; }
      .all-goods .two-row-item .two-row-item-bottom .goods-name {
        text-align: center;
        font-size: 0.48rem;
        font-weight: 600;
        color: #262626;
        line-height: 0.66667rem; }
      .all-goods .two-row-item .two-row-item-bottom .goods-name-introduce {
        height: 0.42667rem; }
      .all-goods .two-row-item .two-row-item-bottom .historical {
        font-size: 0.32rem;
        font-weight: 400;
        color: #94040E;
        line-height: 0.42667rem; }
      .all-goods .two-row-item .two-row-item-bottom .box-price {
        display: flex;
        justify-content: space-around; }
        .all-goods .two-row-item .two-row-item-bottom .box-price .goods-price {
          display: flex;
          flex-direction: column; }
          .all-goods .two-row-item .two-row-item-bottom .box-price .goods-price .now {
            font-size: 0.45333rem;
            font-weight: bold;
            color: #EB1E4D;
            line-height: 0.88rem; }
        .all-goods .two-row-item .two-row-item-bottom .box-price .division {
          width: 0.02667rem;
          height: 0.93333rem;
          background: #CA9295;
          border-radius: 0.02667rem; }
        .all-goods .two-row-item .two-row-item-bottom .box-price .go-btn {
          width: 1.70667rem;
          height: 0.53333rem;
          background: #EB1E4D;
          border-radius: 0.26667rem;
          font-size: 0.32rem;
          font-weight: 500;
          color: #FDE6DE;
          text-align: center;
          line-height: 0.53333rem; }
  .all-goods .three-row {
    width: 100%; }
    .all-goods .three-row-item {
      display: inline-block;
      width: 3.06667rem;
      height: 5.33333rem;
      margin-bottom: 0.29333rem;
      margin-left: 0.18667rem;
      background-color: #FFFFFF; }
      .all-goods .three-row-item .three-row-item-top {
        display: block;
        width: 3.06667rem;
        height: 3.04rem; }
      .all-goods .three-row-item .three-row-item-bottom {
        background-color: #FFF1EB;
        padding-top: 0.21333rem;
        height: 2.48rem; }
        .all-goods .three-row-item .three-row-item-bottom .goods-name {
          text-align: center;
          font-size: 0.34667rem;
          font-weight: 400;
          color: #262626;
          line-height: 0.48rem; }
        .all-goods .three-row-item .three-row-item-bottom .goods-price {
          display: flex;
          flex-direction: row; }
          .all-goods .three-row-item .three-row-item-bottom .goods-price .now {
            font-size: 0.42667rem;
            font-weight: bold;
            color: #EB1E4D;
            line-height: 0.32rem;
            margin: 0.13333rem 0.05333rem; }
        .all-goods .three-row-item .three-row-item-bottom .historical {
          font-size: 0.29333rem;
          font-weight: 400;
          color: #8c8c8c;
          line-height: 0.4rem;
          margin: 0.13333rem 0 0.13333rem 0;
          padding-left: 0.08rem; }
        .all-goods .three-row-item .three-row-item-bottom .go-btn {
          width: 2.66667rem;
          height: 0.61333rem;
          background: #EB1E4D;
          border-radius: 0.16rem;
          margin-left: 0.18667rem;
          font-size: 0.32rem;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 0.61333rem;
          text-align: center; }
  .all-goods p {
    margin: 0 !important; }

.borderRadius {
  border-radius: 0.10667rem; }

.lineThrough {
  text-decoration: line-through;
  margin-bottom: 0.13333rem !important; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
