body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.bgi {
  margin: 0 auto;
  width: 1200px;
  height: 2480px;
  overflow: hidden;
  background: url('../img/bgi.jpg') no-repeat center / 100%;
  position: relative;
}

.btn {
  width: 207px;
  height: 61px;
  position: absolute;
  bottom: 79px;
  left: 50%;
  transform: translateX(-53%);
  cursor: pointer;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 997;
}

.table {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -296px;
  margin-left: -200px;
  width: 400px;
  height: 492px;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 999;
}

.tableHead {
  width: 100%;
  height: 188px;
  background: url('../img/head.png') no-repeat center /100%;
  transform: translateY(-44px);
}

.tableContent {
  padding: 20px 45px 36px;
  height: 312px;
  transform: translateY(-44px);
}

.tableMessage {
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #505050;
  line-height: 14px;
  text-align: center;
}

.tableInput {
  height: 180px;
  padding: 27px 0 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.name,
.num,
.comName {
  width: 308px;
  height: 51px;
  border: 1px solid #1775FF;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.inputP::-webkit-input-placeholder {
  color: red;
}

.tabBtn {
  width: 100%;
  height: 53px;
  background: #FDA643;
  border-radius: 5px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
}

.cancel {
  width: 47px;
  height: 47px;
  background: url('../img/cancel.png') no-repeat center /100%;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

.succ {
  padding: 40px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -165px;
  margin-top: -110px;
  width: 400px;
  height: 250px;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 998;
}

.succBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.succIcon {
  height: 60px;
  width: 60px;
  background: url('../img/success.png') no-repeat center / 100%;
}

.succP1 {
  height: 19px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #505050;
  line-height: 19px;
  letter-spacing: 3px;
}

.succP2 {
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #8B8B8B;
  line-height: 14px;
}