.loginPage--qTGvj {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: 0.85;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loginPage--qTGvj .loginForm--4aPcq {
  width: 500px;
  min-height: 500px;
  box-sizing: border-box;
  box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
  padding: 70px;
  background-image: linear-gradient(-215deg, #E3FDF5 50%, #FFE6FA 50%);
}
.loginPage--qTGvj .loginTitle--O28UQ {
  font-size: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
.loginPage--qTGvj .loginDesc--z1P3r {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 50px;
}
.loginPage--qTGvj .loginCopyright--yUX_x {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 30px;
}

body {
  margin: 0;
}

.outboundBody--hv7PT {
  display: flex;
  gap: 20px;
}
.outboundTitle--YnKu2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.form--vZ2Ac {
  width: 30%;
}
.list--JCvoK {
  flex: 1;
  padding: 20px;
  border-left: 1px solid #0000001f;
}
.section--B1TKq {
  padding: 20px;
}
.section--B1TKq:not(:first-child) {
  margin-top: 20px;
  border-top: 1px solid #0000001f;
}
.sectionTitle--VSyuO {
  font-size: 18px;
  font-weight: bold;
  height: 50px;
}
.price--QkzkH {
  font-size: 40px;
  color: red;
  font-weight: bold;
}
.goodsItem--bQDOo {
  display: flex;
  justify-content: space-between;
}
.listTitle--aOx9e {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.tableList--F1kW8 {
  width: 100%;
  border-collapse: collapse;
}
.tableList--F1kW8 td {
  width: 25%;
  border: 1px solid #000;
  text-align: center;
}

.info--Ydzew {
  margin-bottom: 12px;
}
.infoItem--C2a68 {
  display: flex;
  flex: 1;
}
.infoContent--ebNcy {
  flex: 1;
}
.mark--YJQVt {
  margin: 12px 0;
}
.markTitle--wLCUQ {
  font-weight: bold;
  margin-bottom: 5px;
}
.preview--FUjeQ {
  padding: 20px;
}
@media print {
  .printHide--K087p {
    display: none;
  }
}
.listTitle--bvD73 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.tableList--wINMZ {
  width: 100%;
  border-collapse: collapse;
}
.tableList--wINMZ td,
.tableList--wINMZ th {
  border: 1px solid #00000055;
  text-align: center;
}
.tableList--wINMZ td:nth-child(1),
.tableList--wINMZ th:nth-child(1) {
  width: 10%;
}
.tableList--wINMZ td:nth-child(2),
.tableList--wINMZ th:nth-child(2) {
  width: 10%;
}
.tableList--wINMZ td:nth-child(3),
.tableList--wINMZ th:nth-child(3) {
  width: 10%;
}
.tableList--wINMZ td:nth-child(4),
.tableList--wINMZ th:nth-child(4) {
  width: 10%;
}
.tableList--wINMZ td:nth-child(5),
.tableList--wINMZ th:nth-child(5) {
  width: 60%;
}

