.f-red {
  color: #cd2837 !important;
}
.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .size24 {
    font-size: 0.384rem;
  }
}
.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .size20 {
    font-size: 0.32rem;
  }
}
.size16 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .size16 {
    font-size: 0.256rem;
  }
}
.size12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .size12 {
    font-size: 0.192rem;
  }
}
.form-modal .modal-content {
  max-width: 90%;
  width: auto;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content {
    border-radius: 0.3rem;
    width: 90%;
  }
}
.form-modal .modal-content .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  padding: 12px 24px;
  border-bottom: 1px solid #eaeaea;
}
.form-modal .modal-content .modal-header.bgred {
  background-color: #cd2837;
}
.form-modal .modal-content .modal-header.bgred .form-title {
  color: white;
}
.form-modal .modal-content .modal-header.bgred .modal-close {
  color: white;
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content .modal-header {
    padding: 0.24rem 0.32rem;
  }
}
.form-modal .modal-content .modal-header .form-title {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content .modal-header .form-title {
    font-size: 0.32rem;
  }
}
.form-modal .modal-content .modal-header .description {
  font-size: 12px;
  font-weight: light;
  color: #999;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content .modal-header .description {
    font-size: 0.192rem;
  }
}
.form-modal .modal-content .modal-header .modal-close {
  position: absolute;
  padding: 12px;
  font-size: 16px;
  color: #b7b7b7;
  right: 6px;
  top: 6px;
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content .modal-header .modal-close {
    font-size: 0.256rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content .modal-header .modal-close {
    padding: 0.2rem;
    right: 0.1rem;
    top: 0.1rem;
  }
}
.form-modal .modal-content .modal-main {
  padding: 24px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .form-modal .modal-content .modal-main {
    padding: 0.32rem;
  }
}
.form-ui {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  max-width: 540px;
}
@media screen and (max-width: 1024px) {
  .form-ui {
    max-width: 100%;
  }
}
.form-ui .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
  border: 1px solid #eaeaea;
  max-width: 100%;
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item {
    font-size: 0.256rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item {
    width: 100%;
    flex-flow: column;
  }
}
.form-ui .form-item + .form-item {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item + .form-item {
    margin-top: 0.32rem;
  }
}
.form-ui .form-item .form-label {
  padding: 0.5em 1em;
  line-height: 1.5;
  font-weight: lighter;
  color: #696969;
  flex: none;
  width: 24%;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item .form-label {
    font-size: 0.256rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item .form-label {
    width: 100%;
  }
}
.form-ui .form-item .form-input {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  line-height: 1.5;
  color: #232323;
  width: 76%;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item .form-input {
    font-size: 0.256rem;
  }
}
.form-ui .form-item .form-input::placeholder {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-item .form-input::placeholder {
    font-size: 0.256rem;
  }
}
.form-ui .form-item .form-input.form-select {
  position: absolute;
  right: 12px;
  top: 0;
  width: 20%;
  justify-content: flex-end;
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
  text-align: right;
}
.form-ui .form-footer {
  margin-top: 36px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-footer {
    margin-top: 0.48rem;
  }
}
.form-ui .form-footer .form-submit {
  font-size: 20px;
  color: white;
  background-color: #cd2837;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .form-ui .form-footer .form-submit {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-ui .form-footer .form-submit {
    width: 100%;
  }
}
.yuyue {
  display: flex;
  justify-content: flex-start;
  padding: 0 15px 15px 15px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .yuyue {
    padding: 0 0.3rem 0.3rem 3.5rem;
    margin-top: -0.2rem;
  }
}
.yuyue.pl-0 {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .yuyue.pl-0 {
    padding: 0 0.3rem 0.3rem 3.5rem;
    margin-top: -0.2rem;
  }
}
.yuyue.absolute {
  position: absolute;
  left: 55%;
  bottom: 0;
  padding: 0 24px 24px 24px ;
}
@media screen and (max-width: 1024px) {
  .yuyue.absolute {
    position: relative;
    left: 0;
    padding: 0 0.24rem 0.24rem 0.24rem;
    background-color: white;
    margin-top: 0;
  }
}
.yuyue .yuyue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #cd2837;
  color: white;
}
@media screen and (max-width: 1024px) {
  .yuyue .yuyue-btn {
    font-size: 0.256rem;
  }
}
.price-date {
  justify-content: flex-end;
  align-items: flex-end;
}
.price-date .yuyue {
  padding: 12px 0 0 0;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .price-date {
    display: block;
  }
  .price-date > div {
    margin-right: 0!important;
  }
  .price-date .yuyue {
    padding: 0.24rem 0 0 0;
    margin-top: 0;
    justify-content: flex-start;
  }
}
.box {
  position: relative;
}
.box .yuyue {
  position: absolute;
  right: 0;
  bottom: 36px;
  padding: 12px 0 0 0;
}
.box .price-date {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .box .price-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .box {
    padding-bottom: 0.32rem;
  }
  .box .yuyue {
    left: 2.54rem;
    right: auto;
    bottom: 0;
  }
}
