.place-order {
  min-height: 820px;
  margin-top: 63px;
}
.place-order .findpsdcon {
  width: 894px;
  margin: 0 auto;
  margin-top: 160px;
}
.place-order .findpsdcon .titlecon {
  display: flex;
}
.place-order .findpsdcon .titlecon .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 7px;
}
.place-order .findpsdcon .titlecon .item span:nth-child(1) {
  display: inline-block;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #cccccc;
}
.place-order .findpsdcon .titlecon .checked {
  border-bottom: 2px solid #45A3FC;
}
.place-order .findpsdcon .titlecon .checked span:nth-child(1) {
  background-color: #45A3FC;
}
.place-order .findpsdcon .titlecon .checked span:nth-child(2) {
  color: #45A3FC;
}
.place-order .sendmsg {
  width: 894px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.place-order .inputcon {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.place-order .inputcon label {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  width: 90px;
}
.place-order .inputcon .isinput {
  width: 300px;
  height: 32px;
  background: #FEFEFE;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.place-order .inputcon .isinput input {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  flex: 1;
  margin-right: 9px;
  height: 100%;
  border: none;
  outline: none;
}
.place-order .inputcon .isinput input::placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.place-order .inputcon .isinput .icon1 {
  width: 13px;
  height: 6px;
  flex-shrink: 0;
  right: 14px;
  top: 17px;
  cursor: pointer;
}
.place-order .inputcon .isinput .icon2 {
  width: 13px;
  height: 10px;
  flex-shrink: 0;
  right: 14px;
  top: 17px;
  cursor: pointer;
}
.place-order .inputcon .isinput .psdts {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  z-index: 20;
}
.place-order .inputcon .isinput .psdts .psdqd {
  width: 300px;
  height: 4px;
  background: linear-gradient(90deg, #EE3330 0%, #FFC64D 100%);
  border-radius: 2px;
  position: relative;
}
.place-order .inputcon .isinput .psdts .psdqd .progress {
  height: 4px;
  position: absolute;
  right: 0;
  z-index: 10;
  background: #CCCCCC;
}
.place-order .inputcon .isinput .psdts .psdtext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}
.place-order .inputcon .isinput .psdts .psdtext span {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
}
.place-order .inputcon .error {
  position: absolute;
  left: 102%;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #EF2228;
  white-space: nowrap;
  z-index: 20;
}
.place-order .telmsg {
  width: 110px;
  height: 32px;
  background: #FEFEFE;
  border: 1px solid #EF2228;
  border-radius: 3px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #EF2228;
  line-height: 32px;
  margin-left: 23px;
}
.place-order .agrement {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-order .agrement .cbtn {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  margin-right: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-order .agrement .cbtn img {
  width: 8px;
  height: 7px;
  flex-shrink: 0;
  user-select: none;
}
.place-order .agrement .cbntded {
  background: #47A4FC;
  border: 1px solid #47A4FC;
}
.place-order .agrement span:not(:first-child) {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.place-order .erbingp {
  margin-top: 35px;
  margin-bottom: 15px;
  width: 42px;
  height: 42px;
}
.place-order .ertitle {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.place-order .erdesc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
.place-order .wxts {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.place-order .wxts span {
  font-size: 12px;
  color: #45A3FC;
}
.place-order .sants {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #EF2228;
}
.place-order .btncon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}
.place-order .btncon .btn {
  width: 150px;
  height: 38px;
  background: #EF2228;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.place-order .there .mustitem {
  position: relative;
}
.place-order .there .mustitem::before {
  content: '*';
  color: #EE3330;
  display: inline-block;
  width: 7px;
  height: 6px;
  left: -4px;
  top: 0;
  z-index: 10;
}
.place-order .there .nomustitem::before {
  content: ' ';
}
.place-order .inputcon .isinput select {
  flex: 1;
  user-select: none;
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
