@media only screen and (max-width: 740px) {
  .p-form form {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form form {
    margin-top: 0.5rem;
  }
}
.p-form form input[type=text],
.p-form form select {
  border: 1px solid #E2E2E2;
  width: 100%;
  padding: 0.6em;
  border-radius: 0.04rem;
  min-height: 0.5rem;
}
@media only screen and (max-width: 740px) {
  .p-form form input[type=text],
  .p-form form select {
    font-size: 16px;
  }
}
.p-form form input[name=planother],
.p-form form input[name=enqother] {
  margin-top: 0.8em;
}
.p-form form input[name=date] {
  background: url(/seabass/_assets/_common/img/icon-calendar.png) right 15px top 50%/0.3rem no-repeat;
}
@media print, screen and (min-width: 741px) {
  .p-form form input[name=date] {
    width: 60%;
  }
}
.p-form form input[type=radio],
.p-form form input[type=checkbox] {
  display: none;
}
.p-form form input[type=radio] + label,
.p-form form input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 0.26rem;
  position: relative;
}
.p-form form input[type=radio] + label:not(:last-child),
.p-form form input[type=checkbox] + label:not(:last-child) {
  margin-bottom: 0.06rem;
}
.p-form form input[type=radio] + label:before,
.p-form form input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.6em;
  top: 0.9em;
  translate: -50% -50%;
}
.p-form form input[type=radio] + label {
  display: block;
}
.p-form form input[type=radio] + label:before {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 100%;
}
.p-form form input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #009fe8;
  border-radius: 100%;
  position: absolute;
  left: 0.6em;
  top: 0.9em;
  translate: -50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-form form .ckline {
    margin-bottom: -0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form form .ckline {
    margin-top: 0.1rem;
  }
}
.p-form form input[type=checkbox] + label {
  display: inline-block;
}
.p-form form input[type=checkbox] + label:not(:last-child) {
  margin-right: 1em;
}
.p-form form input[type=checkbox] + label:before {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 0.04rem;
}
.p-form form input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.07rem;
  border-left: 3px solid #009fe8;
  border-bottom: 3px solid #009fe8;
  position: absolute;
  left: 0.1rem;
  top: 0.13rem;
  translate: -50% -50%;
  rotate: -45deg;
}
.p-form form input[type=submit] {
  background: #054994;
  color: #fff;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-form form input[type=submit] {
    width: 1.5rem;
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form form input[type=submit] {
    width: 3.5rem;
    font-size: 0.2rem;
  }
  .p-form form input[type=submit]:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form form.-confirm .p-form-item dd {
    padding-top: 0.11rem;
  }
}
.p-form form.-confirm .p-form-select:after {
  content: none;
}
@media print, screen and (min-width: 741px) {
  .p-form form.-confirm .ckline {
    margin-top: 0;
  }
}

.p-form-item {
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (max-width: 740px) {
  .p-form-item {
    padding: 0.2rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-item {
    padding: 0.25rem 0;
    display: flex;
    gap: 0.3rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-form-item dt {
    margin-bottom: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-item dt {
    flex: 0 0 3.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-item dd {
    flex: 1 1 auto;
  }
}

.p-form-hl {
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-form-hl {
    font-size: 0.17rem;
    gap: 1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-hl {
    justify-content: space-between;
    font-size: 0.2rem;
    margin-block: 0.12rem;
  }
}

.p-form-hl-txt {
  line-height: 1.6;
}
@media only screen and (max-width: 740px) {
  .p-form-hl-txt {
    font-size: 0.14rem;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-hl-txt {
    font-size: 0.14rem;
  }
}

.p-form-select {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-form-select {
    width: 60%;
  }
}
.p-form-select:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  translate: 0 -50%;
  rotate: 45deg;
  pointer-events: none;
}

.p-form-required {
  background: #f00;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 1rem;
  display: block;
}
@media only screen and (max-width: 740px) {
  .p-form-required {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-required {
    font-size: 0.18rem;
    margin-top: -0.03rem;
  }
}

.p-form-error {
  color: #f00;
  font-size: 0.14rem;
  margin-top: 0.5em;
}
.p-form-error:empty {
  display: none;
}

.p-form-btns {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 740px) {
  .p-form-btns {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-btns {
    margin-top: 0.6rem;
  }
}

.p-thanks-hl {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 740px) {
  .p-thanks-hl {
    font-size: 0.26rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-thanks-hl {
    font-size: 0.3rem;
  }
}

.p-thanks-lead {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-thanks-lead {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-thanks-lead {
    font-size: 0.2rem;
  }
}

.p-thanks-btns {
  text-align: center;
  margin-top: 0.5rem;
}