.btn[data-v-84dc1726] {
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.btn[data-v-84dc1726]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn i[data-v-84dc1726] {
  font-style: normal;
}
.btn.btn-primary[data-v-84dc1726] {
  background-color: #1469FC;
  color: #fff;
}
.btn.btn-primary[data-v-84dc1726]:hover:not(:disabled) {
  background-color: #0054E5;
}
.btn.btn-primary[data-v-84dc1726]:active {
  background-color: #0054E5;
}
.btn.btn-secondary[data-v-84dc1726] {
  background-color: #fff;
  color: #1469FC;
  border: 1px solid #1469FC;
}
.btn.btn-secondary[data-v-84dc1726]:hover:not(:disabled) {
  background-color: #ECF6FF;
}
.btn .loading-icon[data-v-84dc1726] {
  width: 18px;
  height: 18px;
  -webkit-animation: spin-84dc1726 0.3s linear infinite;
          animation: spin-84dc1726 0.3s linear infinite;
}
@-webkit-keyframes spin-84dc1726 {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-84dc1726 {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.guide-select[data-v-7acad6c7] {
  width: 100%;
  margin-bottom: 0;
}
.guide-select-input[data-v-7acad6c7] {
  border-radius: 8px !important;
}
.guide-select-input .ak-form-input[data-v-7acad6c7] {
  height: 36px;
  border-radius: 8px;
}
.confirm-btn[data-v-7acad6c7] {
  width: auto !important;
  border-radius: 8px;
  color: #1469FC;
  padding: 0 10px !important;
}
.est-nonstandard-form[data-v-88640d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.est-nonstandard-form .form-title[data-v-88640d38] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.est-nonstandard-form .EstNonstandardForm[data-v-88640d38] {
  width: 100%;
  max-width: 700px;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-label {
  width: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 8px;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control:hover {
  border-color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control:focus {
  border-color: #409eff !important;
  outline: none;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control::-webkit-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control::-moz-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control:-ms-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control::-ms-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-box .ak-input-control::placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-88640d38] .ak-form-tips {
  top: unset;
  bottom: -24px !important;
  font-size: 13px;
}
.est-nonstandard-form .form-button[data-v-88640d38] {
  text-align: center;
  margin-top: 16px;
  width: 100%;
}
.est-nonstandard-form[data-v-88640d38] .ak-form-item-error .ak-input-control {
  border-color: #f56c6c !important;
  color: #31364e !important;
}
