.mj-flex[data-v-62daa7a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-62daa7a8] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-62daa7a8] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-62daa7a8] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-62daa7a8] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-62daa7a8] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-62daa7a8] {
  justify-content: center;
}
.mj-justify-content-between[data-v-62daa7a8] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-62daa7a8] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-62daa7a8] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-62daa7a8] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-62daa7a8] {
  align-items: center;
}
.mj-align-items-baseline[data-v-62daa7a8] {
  align-items: baseline;
}
.mj-align-items-end[data-v-62daa7a8] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-62daa7a8] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-62daa7a8] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-62daa7a8] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-62daa7a8] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-62daa7a8] {
  align-content: start;
}
.mj-align-content-center[data-v-62daa7a8] {
  align-content: center;
}
.mj-align-content-between[data-v-62daa7a8] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-62daa7a8] {
  align-content: stretch;
}
.mj-align-content-around[data-v-62daa7a8] {
  align-content: space-around;
}
.mj-align-content-end[data-v-62daa7a8] {
  align-content: end;
}
.mj-align-self-baseline[data-v-62daa7a8] {
  align-self: baseline;
}
.mj-align-self-start[data-v-62daa7a8] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-62daa7a8] {
  align-self: center;
}
.mj-align-self-end[data-v-62daa7a8] {
  align-self: flex-end;
}
i[data-v-62daa7a8] {
  font-style: normal;
}
li[data-v-62daa7a8] {
  list-style: none;
}
input[data-v-62daa7a8]:-webkit-autofill,
input[data-v-62daa7a8]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-62daa7a8] {
  min-height: 500px;
}
.fontDin[data-v-62daa7a8] {
  font-family: "Din Bold" !important;
}
[data-v-62daa7a8] .ivu-page .ivu-page-prev,[data-v-62daa7a8] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-62daa7a8] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-62daa7a8] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-62daa7a8] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.tip[data-v-62daa7a8] {
  font-size: 14px;
  color: #555555;
  line-height: 1;
  margin: 20px 0 35px 0;
}
.item[data-v-62daa7a8] {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.item .name[data-v-62daa7a8] {
  font-size: 16px;
  color: #000000;
  margin-right: 22px;
}
.item .type-item[data-v-62daa7a8] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 40px;
  background-color: #fff;
  color: #555;
  transition: all 0.25s;
  border: 2px solid #EAEAEA;
  margin-right: 16px;
  cursor: pointer;
}
.item .type-name[data-v-62daa7a8] {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item .icon-checked[data-v-62daa7a8] {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: #FF0037;
  line-height: 1;
}
.item .type-item.current[data-v-62daa7a8],
.item .type-item[data-v-62daa7a8]:hover {
  border: 2px solid #FF0037;
}
.item .type-item.current .icon-checked[data-v-62daa7a8] {
  display: flex;
}
.item .price-raise[data-v-62daa7a8] {
  width: 290px;
}
.footer[data-v-62daa7a8] {
  margin-top: 54px;
  text-align: right;
}
.footer .button[data-v-62daa7a8] {
  width: 126px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.footer .button-cancel[data-v-62daa7a8] {
  background: #BCBCBC;
  margin-right: 16px;
}

.mj-flex[data-v-bf19891c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-bf19891c] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-bf19891c] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-bf19891c] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-bf19891c] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-bf19891c] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-bf19891c] {
  justify-content: center;
}
.mj-justify-content-between[data-v-bf19891c] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-bf19891c] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-bf19891c] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-bf19891c] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-bf19891c] {
  align-items: center;
}
.mj-align-items-baseline[data-v-bf19891c] {
  align-items: baseline;
}
.mj-align-items-end[data-v-bf19891c] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-bf19891c] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-bf19891c] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-bf19891c] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-bf19891c] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-bf19891c] {
  align-content: start;
}
.mj-align-content-center[data-v-bf19891c] {
  align-content: center;
}
.mj-align-content-between[data-v-bf19891c] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-bf19891c] {
  align-content: stretch;
}
.mj-align-content-around[data-v-bf19891c] {
  align-content: space-around;
}
.mj-align-content-end[data-v-bf19891c] {
  align-content: end;
}
.mj-align-self-baseline[data-v-bf19891c] {
  align-self: baseline;
}
.mj-align-self-start[data-v-bf19891c] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-bf19891c] {
  align-self: center;
}
.mj-align-self-end[data-v-bf19891c] {
  align-self: flex-end;
}
i[data-v-bf19891c] {
  font-style: normal;
}
li[data-v-bf19891c] {
  list-style: none;
}
input[data-v-bf19891c]:-webkit-autofill,
input[data-v-bf19891c]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-bf19891c] {
  min-height: 500px;
}
.fontDin[data-v-bf19891c] {
  font-family: "Din Bold" !important;
}
[data-v-bf19891c] .ivu-page .ivu-page-prev,[data-v-bf19891c] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-bf19891c] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-bf19891c] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-bf19891c] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.empty[data-v-bf19891c] {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 240px;
}
.empty-text[data-v-bf19891c] {
  font-size: 14px;
  color: #555555;
}
.empty-pic[data-v-bf19891c] {
  width: 320px;
  margin-top: 94px;
}
.empty-text[data-v-bf19891c] {
  margin-top: 20px;
  font-size: 14px;
  color: #555555;
  width: 155px;
}
[data-v-bf19891c] .image {
  background: none;
}

.mj-flex[data-v-7e8fc973] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-7e8fc973] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-7e8fc973] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-7e8fc973] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-7e8fc973] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-7e8fc973] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-7e8fc973] {
  justify-content: center;
}
.mj-justify-content-between[data-v-7e8fc973] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-7e8fc973] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-7e8fc973] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-7e8fc973] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-7e8fc973] {
  align-items: center;
}
.mj-align-items-baseline[data-v-7e8fc973] {
  align-items: baseline;
}
.mj-align-items-end[data-v-7e8fc973] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-7e8fc973] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-7e8fc973] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-7e8fc973] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-7e8fc973] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-7e8fc973] {
  align-content: start;
}
.mj-align-content-center[data-v-7e8fc973] {
  align-content: center;
}
.mj-align-content-between[data-v-7e8fc973] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-7e8fc973] {
  align-content: stretch;
}
.mj-align-content-around[data-v-7e8fc973] {
  align-content: space-around;
}
.mj-align-content-end[data-v-7e8fc973] {
  align-content: end;
}
.mj-align-self-baseline[data-v-7e8fc973] {
  align-self: baseline;
}
.mj-align-self-start[data-v-7e8fc973] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-7e8fc973] {
  align-self: center;
}
.mj-align-self-end[data-v-7e8fc973] {
  align-self: flex-end;
}
i[data-v-7e8fc973] {
  font-style: normal;
}
li[data-v-7e8fc973] {
  list-style: none;
}
input[data-v-7e8fc973]:-webkit-autofill,
input[data-v-7e8fc973]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-7e8fc973] {
  min-height: 500px;
}
.fontDin[data-v-7e8fc973] {
  font-family: "Din Bold" !important;
}
[data-v-7e8fc973] .ivu-page .ivu-page-prev,[data-v-7e8fc973] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-7e8fc973] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-7e8fc973] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-7e8fc973] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.container[data-v-7e8fc973] {
  position: relative;
  background-color: #fff;
}
.room-box[data-v-7e8fc973] {
  position: relative;
}
.anchor[data-v-7e8fc973] {
  position: absolute;
  top: 0;
  right: 1392px;
  font-size: 12px;
}
.tips[data-v-7e8fc973] {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #E51915;
}
table[data-v-7e8fc973] {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box[data-v-7e8fc973] {
  padding: 0 20px;
}
.thead-main th[data-v-7e8fc973] {
  height: 54px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.tbody-main td[data-v-7e8fc973] {
  padding: 16px 0 14px 0;
}
.tbody-main .td-list-box[data-v-7e8fc973] {
  padding: 0;
}
.table-sub[data-v-7e8fc973] {
  font-size: 12px;
  color: #000;
}
.table-sub td[data-v-7e8fc973] {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.table-sub tr:last-child td[data-v-7e8fc973] {
  border-bottom: 0;
}
.sku-invalid[data-v-7e8fc973] {
  color: #999;
}
.sku-invalid td[data-v-7e8fc973] {
  background-color: #F0F0F0;
}
.sku-invalid .sku-checkbox[data-v-7e8fc973] {
  display: none;
}
.sku-invalid .spec[data-v-7e8fc973] {
  cursor: default !important;
  border: 1px solid #e6e6e6 !important;
}
/* shop */
.shop[data-v-7e8fc973] {
  display: flex;
  color: #4A4A4A;
  font-size: 14px;
}
.place-name td[data-v-7e8fc973] {
  padding: 20px 0 5px 0;
}
/* goods */
.goods[data-v-7e8fc973] {
  color: #333;
}
.goods[data-v-7e8fc973]:hover {
  color: #E51915;
}
.goods-pic[data-v-7e8fc973] {
  width: 56px;
  height: 56px;
}
.goods-txt[data-v-7e8fc973] {
  width: 184px;
  font-size: 14px;
  word-break: break-all;
}
/* spec 规格 */
.select-spec:hover .spec[data-v-7e8fc973] {
  cursor: pointer;
  border: 1px solid #E51915;
}
.select-spec:hover .spec-icon[data-v-7e8fc973] {
  color: #E51915 !important;
}
.spec[data-v-7e8fc973] {
  width: 146px;
  display: flex;
  padding: 8px;
  border-radius: 0;
  transition: all 0.25s;
  border: 1px solid #e6e6e6;
}
.spec-list[data-v-7e8fc973] {
  width: 145px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.spec-list li[data-v-7e8fc973] {
  flex: 1;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}
.spec-menu[data-v-7e8fc973] {
  width: 450px;
  max-height: 350px;
  overflow: auto;
  padding: 20px;
}
.spec-button-area[data-v-7e8fc973] {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}
.spec-button[data-v-7e8fc973] {
  margin-left: 10px;
}
.spc-disabled[data-v-7e8fc973] {
  font-size: 12px;
  color: #999;
}
.price[data-v-7e8fc973] {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: left;
}
.price-sale[data-v-7e8fc973] {
  padding-left: 40px;
}
.price-supply-box[data-v-7e8fc973] {
  display: none;
  padding-left: 40px;
}
.price-supply-txt[data-v-7e8fc973] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #FAFAFA;
  text-align: center;
  background: #E51915;
  margin-right: 6px;
  margin-left: -22px;
}
.show-purchase-price .price-sale[data-v-7e8fc973] {
  color: #999;
}
.show-purchase-price .price-supply-box[data-v-7e8fc973] {
  display: flex;
}
.total-purchasePrice[data-v-7e8fc973] {
  border-left: 1px solid #E6E6E6;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.purchasePrice-price[data-v-7e8fc973] {
  color: #E51915;
  font-size: 20px;
  margin-right: 20px;
  margin-left: 24px;
}
.add-cart[data-v-7e8fc973] {
  width: 76px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  background-color: #E51915;
  font-size: 12px;
  color: #FAFAFA;
  height: 20px;
  cursor: pointer;
}
.cart-footer-bar[data-v-7e8fc973] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  height: 70px;
  margin-top: 20px;
  background-color: #fff;
}
.operation[data-v-7e8fc973] {
  display: flex;
  align-items: center;
  padding-left: 38px;
  font-size: 14px;
}
.operation-item[data-v-7e8fc973] {
  margin-right: 20px;
}
.operation-download[data-v-7e8fc973] {
  color: #E51915;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.operation-download .icon-download[data-v-7e8fc973] {
  width: 16px;
  display: inline-block;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACshmLzAAAC2ElEQVRYCe1XzWsTQRSfCbHqJbTF3SSzNYlY8OZNiycP/gPi0YM9iR94VhTEghfPoojiyav/QUHqQRBB8B8QxEJmmw1EpWg1TXecN8kbXnZnd6MNotKF3ff1ex87MzvzlrGsK1yonQZbCR4bzeoRoL95cdVqHfgSxwe/bm/1GOc3TNDZ9fVPQdjlzqCYHo3GQy0u7kcFpbJevWgAbDAw4aDeeGfnJYIUV3PGIIV/VjG1gAakgew+QH4yKuv+myRyWENSS+SSzv+eyJYNA/82CCWl1FFg2nVPAdWGK0CZ4h6QMjzggpEDkGh3l4aa4XOsBtfwlo2n8K5RL8OX+eOUbuoKGLfk5CaTjL1D0jiJbALA6MDCQ4fPjcYc8kg3guoZ5ENRvd8W/nWQnRV85z9mzbxwVVFxfAn4WrvzAgNQaueJKmsfOx+0zGF5jvjz1E55XK6rerk2tPCKGjN5xZbLfN9JX8p3mZj/xGBmouBdnNNY4DNm/ksCZG0bY7USgeLNK+C2ApjwcO0EwVpWrazY16V4q0SkGsTPZd17izJQLcfhk4fm46F64FMBRBi19DHgYRBwZpzdErJ7L+nsDABKIaOm/pYOGYccZ2OHR9aCCYV/1YIIk8KnFATsYine7gdSeE9d4LSOzzM9Dag3AWYq85X+Zm8ZlfmUbwVhdC4fs2f9EyMAhx6shqKDr6iW1JdU5DBt+14BdgRgPuGmLcY0h9u0I5Bj1JJgbFsAKpK0E/in9ILbhN3V1fNQvAz8y7D7avwzqs/jCwuotqPXpRl+HHZn6PhdhUBfC4lVrB6ZrT+MLuQlpTa7l1Jlkh/1Vy3zK9BXa+bXYwTCXwPO2U3d+TvPnGQ8Kk9UADokC9H9XBMSZx126JdHf6kADISFoLwbatcA5/wbBOr1++b/ZDdBXb4xi0dxlcmDGNMeg9AV4tg2G6zqo7KBxmlSnUgpzu8GMrozzbj/fqyfVgsI3qrPXi4AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.choose-all[data-v-7e8fc973] {
  font-size: 14px;
  margin-left: 5px;
  display: inline !important;
}
.total-count[data-v-7e8fc973] {
  color: #E51915;
}
.settlement[data-v-7e8fc973] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.settlement-price[data-v-7e8fc973] {
  font-size: 12px;
  margin: 0 20px 0 10px;
  color: rgba(0, 0, 0, 0.45);
}
.settlement-button[data-v-7e8fc973] {
  width: 140px;
  height: 70px;
  line-height: 70px;
  border: 0;
  font-size: 18px;
  border-radius: 0;
}
[data-v-7e8fc973] .ivu-checkbox-wrapper span:last-child {
  display: none;
}
[data-v-7e8fc973] .ivu-checkbox-wrapper span:first-child {
  display: inline-block;
}
[data-v-7e8fc973] .ivu-btn-primary[disabled] {
  background-color: #BCBCBC;
  color: #fff;
}
[data-v-7e8fc973] .affix-bottom .ivu-affix {
  left: 50% !important;
  transform: translateX(-50%);
  width: 1360px!important;
}
.fixed-header[data-v-7e8fc973] {
  width: 100%;
  display: flex;
  background-color: #fff;
  position: relative;
}
.fixed-header span[data-v-7e8fc973] {
  display: inline-block;
  height: 54px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 54px;
}
.fixed-header[data-v-7e8fc973]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -36px;
  width: 1360px;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.2);
}
[data-v-7e8fc973] .ivu-anchor-wrapper {
  overflow: unset;
}
[data-v-7e8fc973] .ivu-anchor-ink {
  left: auto;
  right: -8px;
}
[data-v-7e8fc973] .ivu-anchor-ink-ball {
  width: 2px;
  width: 0;
  border-radius: 0;
  height: 32px;
  border: 1px solid #E51915;
  transform: translateY(-20%);
}
[data-v-7e8fc973] .ivu-anchor-link-title {
  text-overflow: unset;
  text-align: right;
  max-width: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
}
[data-v-7e8fc973] .ivu-modal-body {
  padding: 16px 32px;
}

.mj-flex[data-v-f107d682] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-f107d682] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-f107d682] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-f107d682] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-f107d682] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-f107d682] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-f107d682] {
  justify-content: center;
}
.mj-justify-content-between[data-v-f107d682] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-f107d682] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-f107d682] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-f107d682] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-f107d682] {
  align-items: center;
}
.mj-align-items-baseline[data-v-f107d682] {
  align-items: baseline;
}
.mj-align-items-end[data-v-f107d682] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-f107d682] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-f107d682] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-f107d682] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-f107d682] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-f107d682] {
  align-content: start;
}
.mj-align-content-center[data-v-f107d682] {
  align-content: center;
}
.mj-align-content-between[data-v-f107d682] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-f107d682] {
  align-content: stretch;
}
.mj-align-content-around[data-v-f107d682] {
  align-content: space-around;
}
.mj-align-content-end[data-v-f107d682] {
  align-content: end;
}
.mj-align-self-baseline[data-v-f107d682] {
  align-self: baseline;
}
.mj-align-self-start[data-v-f107d682] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-f107d682] {
  align-self: center;
}
.mj-align-self-end[data-v-f107d682] {
  align-self: flex-end;
}
i[data-v-f107d682] {
  font-style: normal;
}
li[data-v-f107d682] {
  list-style: none;
}
input[data-v-f107d682]:-webkit-autofill,
input[data-v-f107d682]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-f107d682] {
  min-height: 500px;
}
.fontDin[data-v-f107d682] {
  font-family: "Din Bold" !important;
}
[data-v-f107d682] .ivu-page .ivu-page-prev,[data-v-f107d682] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-f107d682] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-f107d682] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-f107d682] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.scheme-container[data-v-f107d682] {
  background-color: #fff;
}
.scheme-info[data-v-f107d682] {
  display: flex;
  padding: 24px 23px;
  margin: 16px 0;
}
.scheme-info .img-box[data-v-f107d682] {
  width: 320px;
  height: 220px;
  margin-right: 21px;
  line-height: 33px;
  border: 1px solid #eee;
}
.scheme-info .info-list dt[data-v-f107d682] {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 600;
}
.scheme-info .info-list dd[data-v-f107d682] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
}
.scheme-info .info-list .price[data-v-f107d682] {
  color: #E51915;
}

.mj-flex[data-v-28f82d9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-28f82d9e] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-28f82d9e] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-28f82d9e] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-28f82d9e] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-28f82d9e] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-28f82d9e] {
  justify-content: center;
}
.mj-justify-content-between[data-v-28f82d9e] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-28f82d9e] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-28f82d9e] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-28f82d9e] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-28f82d9e] {
  align-items: center;
}
.mj-align-items-baseline[data-v-28f82d9e] {
  align-items: baseline;
}
.mj-align-items-end[data-v-28f82d9e] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-28f82d9e] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-28f82d9e] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-28f82d9e] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-28f82d9e] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-28f82d9e] {
  align-content: start;
}
.mj-align-content-center[data-v-28f82d9e] {
  align-content: center;
}
.mj-align-content-between[data-v-28f82d9e] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-28f82d9e] {
  align-content: stretch;
}
.mj-align-content-around[data-v-28f82d9e] {
  align-content: space-around;
}
.mj-align-content-end[data-v-28f82d9e] {
  align-content: end;
}
.mj-align-self-baseline[data-v-28f82d9e] {
  align-self: baseline;
}
.mj-align-self-start[data-v-28f82d9e] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-28f82d9e] {
  align-self: center;
}
.mj-align-self-end[data-v-28f82d9e] {
  align-self: flex-end;
}
i[data-v-28f82d9e] {
  font-style: normal;
}
li[data-v-28f82d9e] {
  list-style: none;
}
input[data-v-28f82d9e]:-webkit-autofill,
input[data-v-28f82d9e]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-28f82d9e] {
  min-height: 500px;
}
.fontDin[data-v-28f82d9e] {
  font-family: "Din Bold" !important;
}
[data-v-28f82d9e] .ivu-page .ivu-page-prev,[data-v-28f82d9e] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-28f82d9e] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-28f82d9e] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-28f82d9e] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.empty[data-v-28f82d9e] {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 240px;
}
.empty-text[data-v-28f82d9e] {
  font-size: 14px;
  color: #555555;
}
.empty-pic[data-v-28f82d9e] {
  width: 320px;
  margin-top: 94px;
}
.empty-text[data-v-28f82d9e] {
  margin-top: 20px;
  font-size: 14px;
  color: #555555;
  width: 155px;
}
[data-v-28f82d9e] .image {
  background: none;
}

.mj-flex[data-v-ff1bb3c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-ff1bb3c2] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-ff1bb3c2] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-ff1bb3c2] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-ff1bb3c2] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-ff1bb3c2] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-ff1bb3c2] {
  justify-content: center;
}
.mj-justify-content-between[data-v-ff1bb3c2] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-ff1bb3c2] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-ff1bb3c2] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-ff1bb3c2] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-ff1bb3c2] {
  align-items: center;
}
.mj-align-items-baseline[data-v-ff1bb3c2] {
  align-items: baseline;
}
.mj-align-items-end[data-v-ff1bb3c2] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-ff1bb3c2] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-ff1bb3c2] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-ff1bb3c2] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-ff1bb3c2] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-ff1bb3c2] {
  align-content: start;
}
.mj-align-content-center[data-v-ff1bb3c2] {
  align-content: center;
}
.mj-align-content-between[data-v-ff1bb3c2] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-ff1bb3c2] {
  align-content: stretch;
}
.mj-align-content-around[data-v-ff1bb3c2] {
  align-content: space-around;
}
.mj-align-content-end[data-v-ff1bb3c2] {
  align-content: end;
}
.mj-align-self-baseline[data-v-ff1bb3c2] {
  align-self: baseline;
}
.mj-align-self-start[data-v-ff1bb3c2] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-ff1bb3c2] {
  align-self: center;
}
.mj-align-self-end[data-v-ff1bb3c2] {
  align-self: flex-end;
}
i[data-v-ff1bb3c2] {
  font-style: normal;
}
li[data-v-ff1bb3c2] {
  list-style: none;
}
input[data-v-ff1bb3c2]:-webkit-autofill,
input[data-v-ff1bb3c2]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-ff1bb3c2] {
  min-height: 500px;
}
.fontDin[data-v-ff1bb3c2] {
  font-family: "Din Bold" !important;
}
[data-v-ff1bb3c2] .ivu-page .ivu-page-prev,[data-v-ff1bb3c2] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-ff1bb3c2] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-ff1bb3c2] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-ff1bb3c2] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.quote-box[data-v-ff1bb3c2] {
  position: relative;
  min-height: 450px;
}
[data-v-ff1bb3c2] .commit-empty .empty-text {
  width: auto;
}
[data-v-ff1bb3c2] .header-title {
  font-size: 22px;
  margin-top: 8px;
}

