.previewImg .ant-modal-content .ant-modal-close[data-v-18994e01] {
  display: none;
}
.footer-btn-group[data-v-26752f59] {
  position: fixed;
  bottom: 0;
  margin-left: -24px;
  margin-right: 24px;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 94px;
  background: rgb(255, 255, 255);
  z-index: 999;
  -webkit-box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.1);
}
.scheme-table[data-v-fb3b371a] {
  height: 400px;
  min-width: 770px;
  margin: 20px auto;
}
.scheme-table .scheme-images[data-v-fb3b371a] {
  width: 120px;
  height: 90px;
}
.operate-btn[data-v-fb3b371a] {
  border: solid #e5e5e5 1px;
  padding: 5px 10px;
  text-align: right;
  margin-bottom: -20px;
  margin-top: 10px;
  border-bottom: none;
}
@charset "UTF-8";
.card-wrapper {
  margin-top: 16px;
}
.card-wrapper .card {
  width: 100%;
  display: inline-block;
  margin: 0 5px 24px 5px;
  border: none;
}
.card-file-bottom {
  padding-bottom: 50px;
}
.margin {
  margin-top: 16px;
}
.operation {
  position: relative;
  margin-top: 0;
}
.operation .payInfo {
  position: absolute;
  right: 0px;
}
.inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goodsTable {
  margin-top: 16px;
  position: relative;
}
.goodsTable .vxe-table {
  border: none;
}
.goodsTable .vxe-table .vxe-body--row .vxe-body--column {
  border: none;
}
.goodsTable .card-list-bottom {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  bottom: 0px;
  z-index: 999;
  text-align: center;
  color: #40a9ff;
  background-color: #fff;
  font-size: 16px;
}
.goodsTable .card-list-bottom:hover {
  cursor: pointer;
}
.stepBtn {
  text-align: center;
  margin: 20px 0;
}
.cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-footer .orderTitle {
  height: 28px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-right: 20px;
}
.cart-footer .orderTitle .orderMoney {
  font-size: 20px;
}
.fileListStyle > ul {
  list-style-type: none; /* 将默认的列表符号去掉 */
  line-height: 20px;
  height: 20px;
  padding: 0;
}
.fileListStyle > ul > li {
  list-style: none;
  padding: 0; /* 将默认的内边距去掉 */
  margin: 0; /* 将默认的外边距去掉 */
  float: left; /* 往左浮动 */
  display: block;
  margin-right: 25px;
}
.sendTime .ant-form-item-label label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
