body {
  background: #ffffff; }

[v-cloak] {
  display: none; }

#new-cart-list {
  width: 1200px;
  margin: 0 auto; }
  #new-cart-list .step {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #new-cart-list .step .step1 {
      flex: 0 0 33%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 10;
      margin-bottom: 28px; }
      #new-cart-list .step .step1 .jiantou, #new-cart-list .step .step1 .jiantou1 {
        position: absolute;
        top: 15px;
        right: -3px;
        border-top: 3px solid transparent;
        border-left: 6px solid #ccc;
        border-right: 0;
        border-bottom: 3px solid transparent; }
      #new-cart-list .step .step1 .jiantou1 {
        left: 0;
        right: auto;
        border-left-color: #fff; }
      #new-cart-list .step .step1 p {
        text-align: center;
        color: #999;
        font-weight: 600;
        font-size: 14px; }
        #new-cart-list .step .step1 p:first-of-type {
          width: 34px;
          height: 34px;
          border: 1px solid #ccc;
          line-height: 34px;
          box-sizing: border-box;
          border-radius: 50%;
          background-color: #fff;
          color: #ccc;
          margin-bottom: 10px;
          font-weight: 600; }
      #new-cart-list .step .step1::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 15px;
        left: 2px;
        right: 2px;
        height: 6px;
        background-color: #ccc; }
      #new-cart-list .step .step1:first-of-type::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #FF8400; }
      #new-cart-list .step .step1:first-of-type .jiantou1 {
        border: none; }
      #new-cart-list .step .step1:last-of-type::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #ccc; }
      #new-cart-list .step .step1:last-of-type .jiantou {
        border: none; }
      #new-cart-list .step .step1.active .jiantou {
        border-left-color: #FF8400; }
      #new-cart-list .step .step1.active p:first-of-type {
        color: #fff;
        background-color: #FF8400;
        border-color: #FF8400; }
      #new-cart-list .step .step1.active::before {
        background-color: #FF8400; }
      #new-cart-list .step .step1.active:last-of-type::after {
        background-color: #FF8400; }
  #new-cart-list .new-table {
    width: 100%;
    color: #666;
    font-size: 14px; }
    #new-cart-list .new-table .table-body {
      margin-top: 4px; }
    #new-cart-list .new-table .table-footer {
      margin-top: 10px;
      background-color: #f3f3f3;
      height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #666;
      font-size: 12px; }
      #new-cart-list .new-table .table-footer .sectionA .el-checkbox__label {
        font-size: 12px;
        font-weight: 600; }
      #new-cart-list .new-table .table-footer .sectionA .delete-items {
        margin-left: 14px;
        cursor: pointer; }
        #new-cart-list .new-table .table-footer .sectionA .delete-items:hover {
          color: #337ab7; }
      #new-cart-list .new-table .table-footer .sectionB {
        flex: 1;
        text-align: right; }
        #new-cart-list .new-table .table-footer .sectionB > span {
          margin-right: 20px; }
          #new-cart-list .new-table .table-footer .sectionB > span .money {
            color: #FF8400;
            font-size: 24px; }
      #new-cart-list .new-table .table-footer .sectionC {
        width: 150px;
        background-color: #FF8400;
        color: #fff;
        text-align: center;
        line-height: 60px;
        font-weight: 700;
        font-size: 20px;
        cursor: pointer; }
        #new-cart-list .new-table .table-footer .sectionC:hover {
          background: #fb901e; }
        #new-cart-list .new-table .table-footer .sectionC.disabled {
          background: #9c9c9c; }
  #new-cart-list .no-goods {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0; }
    #new-cart-list .no-goods > span {
      color: #666;
      font-size: 16px;
      text-align: left;
      display: flex;
      flex-direction: column; }
      #new-cart-list .no-goods > span a {
        color: #0a62c3; }
      #new-cart-list .no-goods > span:first-of-type img {
        display: block;
        width: 100px; }
      #new-cart-list .no-goods > span p {
        text-align: left;
        margin-bottom: 10px; }
  #new-cart-list .new-recommend .list {
    display: flex;
    justify-content: space-between; }
    #new-cart-list .new-recommend .list .item {
      margin-top: 20px;
      flex: 0 0 19%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      border: 1px dashed #cacaca;
      padding-bottom: 40px; }
      #new-cart-list .new-recommend .list .item .img-box {
        margin-bottom: 20px;
        position: relative; }
        #new-cart-list .new-recommend .list .item .img-box .goods-img {
          display: block;
          width: 160px;
          height: 160px; }
        #new-cart-list .new-recommend .list .item .img-box .status-img {
          position: absolute;
          z-index: 10;
          display: block;
          width: 100px;
          top: 26px;
          left: 30px; }
      #new-cart-list .new-recommend .list .item > p {
        text-align: center;
        line-height: 1.8;
        padding: 0 20px;
        box-sizing: border-box; }
        #new-cart-list .new-recommend .list .item > p.name {
          height: 42px;
          overflow: hidden; }
        #new-cart-list .new-recommend .list .item > p.pice {
          color: #FF8400; }
        #new-cart-list .new-recommend .list .item > p.add-cart {
          background: #FF8400;
          border: 1px solid #FF8400;
          box-sizing: border-box;
          color: #fff;
          border-radius: 4px;
          line-height: 30px;
          margin-top: 10px;
          transition: 0.1s;
          cursor: pointer; }
          #new-cart-list .new-recommend .list .item > p.add-cart:hover {
            border: 1px solid #FF8400;
            background: #fff;
            color: #FF8400; }
          #new-cart-list .new-recommend .list .item > p.add-cart.disabled {
            background: #9c9c9c;
            border: 1px solid #9c9c9c; }
            #new-cart-list .new-recommend .list .item > p.add-cart.disabled:hover {
              border: 1px solid #9c9c9c;
              background: #9c9c9c;
              color: #fff; }
      #new-cart-list .new-recommend .list .item:hover {
        border-color: #FF8400; }
  #new-cart-list .el-table .el-table__header-wrapper thead tr th {
    background-color: #f3f3f3; }
  #new-cart-list .el-table .product-price {
    color: #FF8400; }
    #new-cart-list .el-table .product-price.bold {
      font-weight: 700; }
  #new-cart-list .el-table .table-cell {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 12px; }
    #new-cart-list .el-table .table-cell .img-box {
      position: relative;
      margin-right: 10px; }
      #new-cart-list .el-table .table-cell .img-box .product-img {
        display: block;
        width: 100px;
        height: 100px; }
      #new-cart-list .el-table .table-cell .img-box .status-img {
        display: block;
        width: 58px;
        position: absolute;
        top: 16px;
        left: 20px;
        z-index: 10; }
    #new-cart-list .el-table .table-cell .product {
      flex: 1; }
      #new-cart-list .el-table .table-cell .product > span {
        display: block;
        line-height: 1.8; }
        #new-cart-list .el-table .table-cell .product > span.name {
          font-weight: 700; }
        #new-cart-list .el-table .table-cell .product > span.des {
          color: #999;
          font-weight: 600; }
      #new-cart-list .el-table .table-cell .product .stock {
        text-align: center;
        margin-top: 4px;
        font-size: 12px; }
  #new-cart-list .el-table .success-row {
    background-color: #FBF3E7; }
  #new-cart-list .el-checkbox__input.is-checked .el-checkbox__inner, #new-cart-list .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #FF8400;
    border-color: #FF8400; }
  #new-cart-list .el-checkbox__inner:hover {
    border-color: #FF8400; }
  #new-cart-list .el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: 2px solid #FF8400;
    color: #FF8400; }
  #new-cart-list .el-input-number__decrease:hover,
  #new-cart-list .el-input-number__increase:hover {
    color: #FF8400; }
  #new-cart-list .el-input-number__decrease:hover ~ .el-input input,
  #new-cart-list .el-input-number__increase:hover + .el-input input {
    border-color: #FF8400; }
  #new-cart-list .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #333; }

.dialog-box .el-dialog {
  border: 4px solid rgba(0, 0, 0, 0.1); }
  .dialog-box .el-dialog .el-dialog__header {
    padding: 6px 10px;
    background: #f3f3f3; }
    .dialog-box .el-dialog .el-dialog__header .el-dialog__headerbtn {
      top: 9px;
      right: 12px;
      font-size: 16px; }
  .dialog-box .el-dialog .el-dialog__footer {
    padding: 10px; }
    .dialog-box .el-dialog .el-dialog__footer .el-button--danger {
      color: #FFF;
      background-color: #FF8400;
      border-color: #FF8400; }
  .dialog-box .el-dialog .el-dialog__body {
    padding: 20px; }
    .dialog-box .el-dialog .el-dialog__body .title {
      display: block;
      line-height: 16px;
      font-size: 14px;
      font-weight: bold;
      color: #666; }
    .dialog-box .el-dialog .el-dialog__body .title-text {
      line-height: 24px;
      font-size: 12px;
      color: #adacad; }

/*# sourceMappingURL=cart-list.css.map */
