html,
body {
  background-color: #F9F9F9 !important;
}
.order-placement-style {
  width: 7.02rem;
  max-width: 7.02rem;
  height: 6.12rem;
  margin: 0.36rem auto 0;
  background: #FFFFFF;
  box-shadow: 0 0.12rem 0.16rem -0.04rem rgba(0, 0, 0, 0.08), 0 0.04rem 0.06rem -0.02rem rgba(0, 0, 0, 0.03), 0 -0.02rem 0.16rem 0.04rem rgba(0, 0, 0, 0.05);
  border-radius: 0.16rem;
  box-sizing: border-box;
  position: relative;
  font-size: 0;
  padding: 0.6rem 0.36rem;
}
.order-placement-style::after {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0;
  width: 2.43rem;
  height: 4.37rem;
  z-index: 1;
  background: url(../../image/20250624/link_bg_00.png) no-repeat;
  background-size: 100% auto;
}
.order-placement-style > h5,
.order-placement-style > p {
  display: flex;
  justify-content: center;
}
.order-placement-style > h5 {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  height: 0.54rem;
  line-height: 0.54rem;
}
.order-placement-style > p {
  font-weight: 400;
  font-size: 0.28rem;
  color: #666666;
  height: 0.42rem;
  line-height: 0.42rem;
}
.order-placement-style .form {
  margin-top: 0.36rem;
}
.order-placement-style .form .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.order-placement-style .form .item > label {
  width: 1.08rem;
  height: 0.36rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-right: 0.16rem;
}
.order-placement-style .form .item > label i {
  color: red;
}
.order-placement-style .form .item > input {
  width: 5.06rem;
  height: 0.6rem;
  border: none;
  outline-style: none;
  box-sizing: border-box;
  font-size: 0.24rem;
  border-radius: 0 !important;
  color: #999999;
  background-color: #f8f8f8;
  padding: 0 0.3rem;
}
.order-placement-style .form .item > input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.order-placement-style .form .item > input::-ms-input-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.order-placement-style .form .item > input::-moz-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.order-placement-style .form .item > input::moz-placeholder {
  color: #999999;
  font-size: 0.28rem;
}
.order-placement-style .form button {
  width: 100%;
  height: 0.72rem;
  background-color: #ED1C24;
  border-radius: 0.12rem;
  border: none;
  color: #fff;
  font-size: 0.36rem;
  margin-top: 0.36rem;
}
