/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[2]!./node_modules/less-loader/dist/cjs.js!./src/less/font.less ***!
  \*******************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Gotham-med", arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Gotham-bold";
  /*自定义字体名称*/
  src: url(../static/Gotham-Bold.19cbd08d.otf) format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gotham-book";
  /*自定义字体名称*/
  src: url(../static/Gotham-Book.e37cf599.otf) format("opentype");
}
@font-face {
  font-family: "Gotham-med";
  /*自定义字体名称*/
  src: url(../static/Gotham-Medium.bcd733e6.otf) format("opentype");
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[2]!./node_modules/less-loader/dist/cjs.js!./src/less/index.less ***!
  \********************************************************************************************************************************************************************************************************************************/
*,
:after,
:before {
  box-sizing: border-box;
}
.alert {
  position: fixed;
  width: 90%;
  max-width: 500px;
  height: 420px;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  line-height: 27px;
  pointer-events: none;
  background: white;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -250px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
}
.alert p {
  width: 100%;
  width: 90%;
  color: #208dc6;
}
.alert .btn_group {
  display: flex;
  width: 60%;
  flex-direction: column;
  height: 220px;
  justify-content: space-around;
  margin-top: 30px;
}
.alert .btn_group .btn {
  width: 100%;
  border: none;
}
@media screen and (max-width: 990px) {
  .alert {
    margin-left: -45%;
  }
  .alert .btn_group {
    width: 80%;
  }
}
.alert_hide {
  transform: scale(0.8, 0.8);
  opacity: 0;
}
.alert_show {
  transform: scale(1, 1);
  opacity: 1;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: auto;
}
.mask {
  filter: blur(2px);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mask:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
}
.input_focus {
  box-shadow: 0px 0px 5px 0px #208dc6;
}
.btn_container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  line-height: 1.5;
  height: 54px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 600px;
}
@media screen and (max-width: 990px) {
  .btn {
    width: 85%;
  }
}
.btn-primary {
  color: #fff;
  background-color: #208dc6;
  border-color: #007bff;
}
.btn-block {
  border-radius: 5px;
  cursor: pointer;
}
.btn-block:disabled {
  background: #b1d5fb;
  opacity: 0.65;
  border: none ;
  cursor: auto;
}
.btn_show {
  pointer-events: auto;
  opacity: 1;
}
.close_btn {
  right: 3.2rem;
  top: 3.2rem;
  width: 3.75vw;
  height: 3.75vw;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.close_btn span {
  color: transparent;
  width: 5.6rem;
  height: 5.6rem;
  display: inline-block;
  vertical-align: middle;
}
.close_btn span rect {
  stroke: #208dc6;
}
.close_btn span path {
  stroke: #208dc6;
}
.info_form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding-bottom: 50px;
  overflow: visible;
  margin-top: 6.6875vw;
}
@media screen and (max-width: 990px) {
  .info_form {
    width: 85%;
    margin-top: calc(var(--rpx) * 249);
  }
}
.info_form .banner {
  position: relative;
  width: 100%;
  height: auto;
}
.info_form .form_content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: scroll;
  align-items: center;
  flex-direction: row;
  background: #fff;
  overflow: visible;
}
.info_form .form_content_img {
  width: 400px;
  height: auto;
}
.info_form .form_main {
  overflow: visible;
  margin-top: 30px;
}
.info_form .form_main .title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.info_form .form_main .subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.info_form .form_main .form-group {
  margin-bottom: 0;
  position: relative;
}
.info_form .form_main .form-group .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 40px 0 30px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 45px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .form-group .form-control {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info_form .form_main .form-group .form-control::-moz-placeholder {
  color: #8b8c8c;
  opacity: 0.6;
}
.info_form .form_main .form-group .form-control:-ms-input-placeholder {
  color: #8b8c8c;
  opacity: 0.6;
}
.info_form .form_main .form-group .form-control::placeholder {
  color: #8b8c8c;
  opacity: 0.6;
}
.info_form .form_main .form-group .select-view {
  position: relative;
}
.info_form .form_main .form-group .select-view:after {
  position: absolute;
  content: "";
  right: 0.8rem;
  top: 42%;
  transform: translateX(-50%);
  border-top: 0.8rem solid #208dc6;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-radius: 2px;
}
.info_form .form_main .form-group .form-text {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  color: #8b8c8c;
  opacity: 0.6;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .form-group .form-text {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
  }
}
.info_form .form_main .form-group .form-require {
  position: absolute;
  right: -30px;
  top: 0;
  color: #d21c1c;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .form-group .form-require {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    right: -15px;
  }
}
.info_form .form_main .form-group .form-option {
  position: absolute;
  right: 50px;
  top: 0;
  color: #8b8c8c;
  opacity: 0.6;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .form-group .form-option {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }
}
.info_form .form_main .form-group .leaveMessage {
  height: 135px;
}
@media screen and (max-width: 990px) {
  .info_form .form_main .form-group .leaveMessage {
    height: 120px;
  }
}

.alert-close-button {
  cursor: pointer;
  width: calc(var(--rpx) * 48);
  height: calc(var(--rpx) * 48);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--rpx) * 24);
  opacity: 0.5;
  top: calc(var(--rpx) * 6);
  right: calc(var(--rpx) * 6);
}