.embedded-success-toast-only {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 242px;
  height: 164px;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.embedded-submit-result-toast-img{
  margin-top: 30px;
}

.embedded-submit-result-toast-img img{
  width: 45px;
  height: 45px;
}

.embedded-submit-result-toast{
  text-align: center;
}

.embedded-success-toast-only.show {
  opacity: 1;
  z-index: 20000;
}
.embedded-submit-result-toast-title{
  font-size: 18px;
  margin-top: 10px;
}
.embedded-submit-result-toast-detail{
  font-size: 14px;
  margin-top: 12px;
}

.embedded-page-main {
  width: 100%;
  height: 360px;
  min-width: 1200px;
  border-radius: 8px;
  position: relative;
  opacity: 1;
  overflow: hidden;
  font-family: PingFangSC-Medium;
  background: #4789FF;
}

.embedded-page-title {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 12px;
}

.embedded-page-phone {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.embedded-page-form-box {
  width: 1200px;
  margin: 0 auto;
}

.embedded-page-input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.embedded-page-input-box input {
  margin: 0 7.5px;
  width: 252px;
  height: 24px;
  border-radius: 8px;
  padding: 20px 24px;
  outline: none;
  border: none;
  font-size: 16px;
}

.embedded-only-page-submit {
  width: 188px;
  height: 64px;
  border-radius: 8px;
  background: #FF9632;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 64px;
  margin-left: 32.5px;
  cursor: pointer;
  float: left;
}

.embedded-page-checkbox-main-box {
  margin-top: 24px;
  margin-left: 24px;
  float: right;
}

.embedded-page-only-checkbox-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.embedded-page-only-checkbox-box a{
  text-decoration: none;
  color: #FFFFFF;
}

.embedded-page-only-checkbox-box input {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.41);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #FFFFFF;
  margin-right: 5px;
}

.embedded-page-verify-phone-box {
  position: relative;
  float: left;
}

.embedded-page-read {
  font-size: 12px;
  color: #FF0101;
  margin-left: 5px;
  display: none;
  text-align: right;
  margin-right: 68px;
}

.embedded-page-verify-err {
  font-size: 12px;
  position: absolute;
  left: 9px;
  color: #FF0101;
  display: none;
  bottom: -19px;
}
#embedded-page-only-checkbox{
  float: left;
}
#embedded-page-only-checkbox[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.embedded-color-gray{
  color: gray;
}
.embedded-page-phone-tel{
  text-decoration: none;
  color: white!important;
}