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: #E1251B; }
      #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: #E1251B; }
      #new-cart-list .step .step1.active p:first-of-type {
        color: #fff;
        background-color: #E1251B;
        border-color: #E1251B; }
      #new-cart-list .step .step1.active::before {
        background-color: #E1251B; }
      #new-cart-list .step .step1.active:last-of-type::after {
        background-color: #E1251B; }
  #new-cart-list .new-table {
    width: 100%;
    color: #666;
    font-size: 14px; }
    #new-cart-list .new-table .table-title {
      display: flex;
      align-items: center;
      background-color: #f3f3f3;
      height: 46px;
      box-sizing: border-box; }
      #new-cart-list .new-table .table-title .table-cell {
        flex: 1;
        padding: 4px 10px;
        font-weight: 600;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px; }
        #new-cart-list .new-table .table-title .table-cell:first-of-type {
          flex: 0 0 100px;
          text-align: left; }
        #new-cart-list .new-table .table-title .table-cell:last-of-type {
          flex: 0 0 100px; }
        #new-cart-list .new-table .table-title .table-cell:nth-child(3) {
          flex: 0 0 32%;
          text-align: left; }
    #new-cart-list .new-table .table-body {
      margin-top: 4px; }
      #new-cart-list .new-table .table-body .table-row > div {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3; }
      #new-cart-list .new-table .table-body .table-row .table-row-title {
        font-weight: 600;
        line-height: 40px;
        padding-left: 10px;
        border-bottom: 1px solid #f3f3f3;
        margin-top: 20px;
        color: #656565; }
      #new-cart-list .new-table .table-body .table-row .table-row-child {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom: 1px solid #f3f3f3; }
        #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell {
          flex: 1;
          padding: 4px 10px;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          font-size: 12px; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .img-box {
            position: relative;
            margin-right: 10px; }
            #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .img-box .product-img {
              display: block;
              width: 100px;
              height: 100px; }
            #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .img-box .status-img {
              display: block;
              width: 58px;
              position: absolute;
              top: 16px;
              left: 20px;
              z-index: 10; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .product {
            flex: 1; }
            #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .product > span {
              display: block;
              line-height: 1.8; }
              #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .product > span.name {
                font-weight: 700; }
              #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .product > span.des {
                color: #999;
                font-weight: 600; }
            #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .product .stock {
              text-align: center;
              margin-top: 4px;
              font-size: 12px; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .red {
            color: #E1251B; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell .weight {
            font-weight: 700; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:last-of-type {
            display: block; }
            #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:last-of-type .table-btn {
              display: block;
              color: #666;
              margin-top: 10px; }
              #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:last-of-type .table-btn:hover {
                color: #337ab7; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:first-of-type {
            flex: 0 0 30px;
            align-self: flex-start; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:last-of-type {
            flex: 0 0 80px; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:nth-child(2) {
            flex: 0 0 40%;
            text-align: left; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:nth-child(4) {
            flex: 0 0 80px;
            text-align: center; }
          #new-cart-list .new-table .table-body .table-row .table-row-child .table-cell:nth-child(5) {
            flex: 0 0 100px;
            text-align: center; }
        #new-cart-list .new-table .table-body .table-row .table-row-child.current {
          background-color: #FBF3E7; }
      #new-cart-list .new-table .table-body .table-row:first-of-type .table-row-title {
        margin-top: 0; }
      #new-cart-list .new-table .table-body .table-row:last-of-type .table-row-child {
        border-bottom: none; }
    #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: #E1251B;
            font-size: 24px; }
      #new-cart-list .new-table .table-footer .sectionC {
        width: 150px;
        background-color: #E1251B;
        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: #d0190f; }
        #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: #E1251B; }
        #new-cart-list .new-recommend .list .item > p.add-cart {
          background: #E1251B;
          border: 1px solid #E1251B;
          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 #E1251B;
            background: #fff;
            color: #E1251B; }
          #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: #E1251B; }
  #new-cart-list .el-checkbox__input.is-checked .el-checkbox__inner, #new-cart-list .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #E1251B;
    border-color: #E1251B; }
  #new-cart-list .el-checkbox__inner:hover {
    border-color: #E1251B; }
  #new-cart-list .el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: 2px solid #E1251B;
    color: #E1251B; }
  #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: #E1251B;
      border-color: #E1251B; }
  .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; }

#new-help-list .login-wrap {
  background: #fff; }
  #new-help-list .login-wrap .login-box {
    display: flex;
    align-items: center;
    height: 97px;
    width: 1200px;
    margin: 0 auto;
    text-decoration: none; }
    #new-help-list .login-wrap .login-box .img-logo {
      display: block;
      width: 204px;
       }
    #new-help-list .login-wrap .login-box h1 {
      font-weight: 500;
      font-size: 36px;
      color: #666666;
      margin: 0 0 0 32px;
      border-left: 2px solid #d0d0d0;
      padding-left: 32px; }
#new-help-list .new-help-content {
  display: flex;
  width: 1200px;
  margin: 40px auto 40px; }
  #new-help-list .new-help-content .new-left {
    flex: 1;
    padding: 22px;
    background: #fff; }
    #new-help-list .new-help-content .new-left .title {
      font-size: 16px;
      color: #999;
      line-height: 1; }
      #new-help-list .new-help-content .new-left .title:last-of-type {
        margin-top: 10px; }
    #new-help-list .new-help-content .new-left .el-select {
      margin-top: 40px;
      margin-bottom: 20px; }
    #new-help-list .new-help-content .new-left .sub-btn .verification {
      margin: 20px 10px 45px 0;
      display: flex; }
      #new-help-list .new-help-content .new-left .sub-btn .verification .el-input {
        width: 154px; }
      #new-help-list .new-help-content .new-left .sub-btn .verification .refresh {
        line-height: 40px;
        color: #666;
        margin-left: 10px; }
    #new-help-list .new-help-content .new-left .sub-btn .sub-btn-men {
      width: 228px;
      height: 48px;
      box-sizing: border-box;
      line-height: 48px;
      text-align: center;
      background: #E1251B;
      color: #fff;
      font-size: 16px;
      cursor: pointer; }
      #new-help-list .new-help-content .new-left .sub-btn .sub-btn-men:hover {
        background: red; }
  #new-help-list .new-help-content .new-right {
    flex: 0 0 290px;
    margin-left: 10px;
    background: #fff;
    padding: 20px; }
    #new-help-list .new-help-content .new-right h3 {
      font-size: 18px;
      color: #666;
      margin-bottom: 30px; }
    #new-help-list .new-help-content .new-right .right-content {
      color: #9A9A9A;
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 66px; }
      #new-help-list .new-help-content .new-right .right-content:last-of-type {
        margin-bottom: 0; }
      #new-help-list .new-help-content .new-right .right-content .title {
        font-weight: 600; }

/*# sourceMappingURL=cart-list.css.map */
