@charset "UTF-8";
.textLine[data-v-ee0b3af6] {
  text-decoration: line-through;
}

/* 多选框 */
.check[data-v-ee0b3af6] {
  width: .38rem;
  height: .38rem;
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: .38rem;
}
.check i[data-v-ee0b3af6] {
    width: .34rem;
    height: .34rem;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.actived[data-v-ee0b3af6] {
  border-color: #e73f58;
}
.actived i[data-v-ee0b3af6] {
    background-color: #e73f58;
}
.wrap[data-v-ee0b3af6] {
  height: auto;
  background-color: #f2f2f2;
  padding-bottom: 1.1rem;
}
.tap[data-v-ee0b3af6] {
  background-color: white;
  margin-top: .2rem;
}
.tap .title[data-v-ee0b3af6] {
    padding: .2rem .4rem;
    font-size: .24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: .01rem solid #e7e7e7;
}
.tap .title span[data-v-ee0b3af6]:last-child {
      color: #e73f58;
      text-decoration: underline;
}
.tap .title span[data-v-ee0b3af6]:first-child {
      color: #808080;
      text-decoration: none;
}
.tap .content[data-v-ee0b3af6] {
    padding: .2rem .4rem;
    font-size: .28rem;
    color: #4a4a4a;
    position: relative;
}
.tap .content .icon-arrow[data-v-ee0b3af6] {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
}
.address .content p[data-v-ee0b3af6] {
  font-size: .28rem;
  color: #4a4a4a;
}
.address .content p[data-v-ee0b3af6]:nth-child(2) {
    padding: .2rem 0;
}
.goods .content[data-v-ee0b3af6] {
  padding: .2rem 0 0;
}
.goods .content .item[data-v-ee0b3af6] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .32rem .4rem;
    border-bottom: .01rem solid #e7e7e7;
}
.goods .content .item[data-v-ee0b3af6]:last-child {
      border-bottom: none;
}
.goods .content .item .prod[data-v-ee0b3af6] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.goods .content .item .prod .img[data-v-ee0b3af6] {
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        background-color: red;
        margin-right: .33rem;
}
.goods .content .item .prod .info[data-v-ee0b3af6] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.goods .content .item .prod .info p[data-v-ee0b3af6]:first-child {
          color: #4d4d4d;
          font-size: .32rem;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
}
.goods .content .item .prod .info p[data-v-ee0b3af6]:nth-child(2) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-size: .24rem;
          color: #6e6e6e;
}
.goods .content .item .prod .info > div[data-v-ee0b3af6] {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          font-size: .3rem;
          color: #4a4a4a;
}
.goods .content .item .prod .info > div .number span[data-v-ee0b3af6] {
            width: .47rem;
            height: .47rem;
            line-height: .47rem;
            -webkit-border-radius: .235rem;
                    border-radius: .235rem;
            display: inline-block;
            text-align: center;
            font-size: .32rem;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
.goods .content .item .prod .info > div .number span[data-v-ee0b3af6]:nth-child(1) {
              border: .01rem solid #fc7fb6;
              color: #ea4a68;
}
.goods .content .item .prod .info > div .number span[data-v-ee0b3af6]:nth-child(2) {
              color: #808080;
}
.goods .content .item .prod .info > div .number span[data-v-ee0b3af6]:nth-child(3) {
              display: inline-block;
              color: white;
              background: -webkit-gradient(linear, left top, left bottom, from(#ea4a68), to(#fc7fb6));
              background: -webkit-linear-gradient(#ea4a68, #fc7fb6);
              background: linear-gradient(#ea4a68, #fc7fb6);
}
.money .content p[data-v-ee0b3af6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.money .content p[data-v-ee0b3af6]:first-child {
    margin-bottom: .2rem;
}
.money .content p:first-child span[data-v-ee0b3af6]:nth-child(2) {
      font-size: .24rem;
      color: #808080;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      margin-right: .3rem;
}
.money .content p span[data-v-ee0b3af6]:last-child {
    color: #ef4d4d;
}
.bats[data-v-ee0b3af6] {
  height: 1.05rem;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
}
.bats span[data-v-ee0b3af6] {
    color: #4a4a4a;
    font-size: .24rem;
}
.bats span[data-v-ee0b3af6]:first-child {
      margin-left: .4rem;
}
.bats span[data-v-ee0b3af6]:nth-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left;
}
.bats span[data-v-ee0b3af6]:nth-child(3) {
      font-size: .28rem;
}
.bats span[data-v-ee0b3af6]:nth-child(4) {
      font-size: .36rem;
      color: #ef4d4d;
      margin: 0 .18rem 0 .05rem;
}
.bats span[data-v-ee0b3af6]:nth-child(5) {
      width: 1.6rem;
      height: .65rem;
      line-height: .65rem;
      text-align: center;
      -webkit-border-radius: .1rem;
              border-radius: .1rem;
      display: inline-block;
      color: white;
      margin-right: .2rem;
      background: -webkit-gradient(linear, left top, left bottom, from(#ea4a68), to(#fc7fb6));
      background: -webkit-linear-gradient(#ea4a68, #fc7fb6);
      background: linear-gradient(#ea4a68, #fc7fb6);
}

