@media screen and (max-width: 414px) {
  html {
    font-size: 14px;
  }
}

a{
  cursor: pointer;
}

#app {
  display: none;
}

/* 验证器成功时样式 */
.el-form-item.is-success .el-input__inner,
.el-form-item.is-success .el-input__inner:focus,
.el-form-item.is-success .el-textarea__inner,
.el-form-item.is-success .el-textarea__inner:focus {
  border-color: rgb(220, 223, 230)
}

/* 全局圆角调整 */
.el-input {
  border-radius: 2px;
}
.el-input:hover .el-input__inner {
  border: 1px solid #1a5ad8!important;
}

.el-input .el-input__inner {
  transition: 0.3s all linear;
  border-radius: 2px;
  padding: 0 12px;
  border: 1px solid #eee !important;
  border-color: #eee !important;
  color: #222;
}
.el-form-item.is-error .el-input__inner {
  border: 1px solid #ff3f48 !important;
}
.header {
  height: 280px;
  background: #F2F9FF;
  box-shadow: none;
  z-index: unset;
  position: relative;
}

.demonstrate-form {
  width: 24rem;
  height: 663px;
  background: rgba(255, 255, 255, 1);
  box-shadow:0px 4px 16px -4px rgba(0,0,0,0.14);
  border-radius: 2px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -12rem;
  z-index: 100;
}

.demonstrate-form .form-head {
  height: 97px;
  background: url(../img/pic-head.png);
  border-radius: 2px 2px 0px 0px;
  padding: 1rem 2rem;
  color: #fff;
}

.demonstrate-form .form-head .title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
}

.demonstrate-form .form-head .sub-title {
  font-size: 12px;
}

.demonstrate-form .form-body {
  /* padding: 2rem 0 0 2rem; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.demonstrate-form .form-body .label-line {
  margin: 0 0 24px 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
}

.demonstrate-form .el-form-item {
  margin: 0;
}

.demonstrate-form .form-body .form-item-title:first-child {
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 14px;
  color: #666;
  line-height: 12px;
  display: inline-block;
  width: calc(9.6rem + 20px);
  text-align: right;
  color: #888;
}

.demonstrate-form .form-body .form-item-title .required {
  color: #ff3f48;
  margin-right: 4px;
  vertical-align: middle;
}

.demonstrate-form .form-body .form-select {
  width: 410px;
  height: 40px;
}

.demonstrate-form .appoint {
  border: none;
  margin-top: 28px;
  width: 160px;
  height: 40px;
  background:linear-gradient(270deg,rgba(255,151,131,1) 0%,rgba(255,97,61,1) 100%);
  border-radius:25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size:14px;
  font-weight:600;
  text-shadow:0px 2px 4px rgba(0,0,0,0.1);
  position: absolute;
  left: 320px;
  bottom: 40px;
  letter-spacing: 1px;
  transition: 0.3s all linear;
}
.demonstrate-form .appoint:hover {
  box-shadow:0px 12px 22px -4px rgba(234,47,0,0.44);
}

.demonstrate-form .code-form {
  position: relative;
}
.el-form-item__content  {
  width: 100%;
}
.demonstrate-form .get-code {
  box-sizing: border-box;
  width: 102px;
  height: 40px;
  padding: 0;
  /* position: absolute; */
  right: 0.8rem;
  font-size: 14px;
  color: #338bff;
  cursor: pointer;
  top: 0;
  border: 1px solid #1A5AD8;
  border-radius: 2px;
}
.demonstrate-form .is-code {
  /* position: absolute; */
  box-sizing: border-box;
  width: 102px;
  height: 40px;
  padding: 0;
  right: 0.8rem;
  font-size: 14px;
  color: #338bff;
  cursor: pointer;
  background-color: #F5F5F5;
  top: 0;
  border: none;
}
.demonstrate-form .is-code .disabled {
  color: #aaa;
  font-size: 12px;
}
.demonstrate-form .finished {
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 21px;
}
.demonstrate-form.is-finish {
  padding: 0 !important;
}

.demonstrate-form .finished .tick {
  width: 68px;
  height: 68px;
  margin-top: 110px;
  margin-bottom: 14px;
}
.demonstrate-form .finished .success {
  height:22px;
  font-size:16px;
  font-weight:800;
  color:rgba(34,34,34,1);
  line-height:22px;
  margin-bottom: 6px;
}
.demonstrate-form .finished .desrc {
  height:17px;
  font-size:14px;
  color:rgba(136,136,136,1);
  line-height:17px;
}

.demonstrate-form .finished .back-home {
  width: 116px;
  height: 40px;
  border: 1px solid #1A5AD8;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 14px;
  color: #1A5AD8;
  line-height: 40px;
  margin: 56px auto 0;
  cursor: pointer;
  transition: 0.3s all linear;
}
.demonstrate-form .finished .back-home:hover {
  background-color: rgba(26, 90, 216, 0.06);
}

.finished-container {
  width: 120px;
  height: 120px;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding-top: 24px;
  background:rgba(0,0,0,1);
  border-radius:4px;
  opacity:0.59;
}

.finished-container img {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
}

.finished-container p {
  font-size:12px;
  color:rgba(255,255,255,1);
  line-height:17px;
}
.background-img11 {
  width: 264px;
  height: 264px;background-image: url(../img/%c3%a9%c2%a2%c2%84%c3%a7%c2%ba%c2%a6%c3%a6%c2%bc%c2%94%c3%a7%c2%a4%c2%babg-%c3%a5%c2%a4%c2%a7%c3%a5%c2%9c%c2%86%402x.html);
  left: 0;
  bottom: 0;
}
.background-img33 {
  width: 418px;
  height: 174px;background-image: url(../img/%c3%a9%c2%a2%c2%84%c3%a7%c2%ba%c2%a6%c3%a6%c2%bc%c2%94%c3%a7%c2%a4%c2%babg%c3%a9%c2%a1%c2%b6%c3%a9%c2%83%c2%a8%c3%a7%c2%9f%c2%a9%c3%a5%c2%bd%c2%a2%402x.html);
  right: 232px;
  top: 0;
}
.background-img44 {
  width: 126px;
  height: 264px;
  background-image: url(../img/%c3%a9%c2%a2%c2%84%c3%a7%c2%ba%c2%a6%c3%a6%c2%bc%c2%94%c3%a7%c2%a4%c2%ba-%c3%a5%c2%8f%c2%b3%c3%a4%c2%be%c2%a7%c3%a7%c2%9f%c2%a9%c3%a5%c2%bd%c2%a2%402x.html);
  right: 0;
  top: 76px;
}

@media screen and (max-width:1023px) {
  .demonstrate-form {
    top: 125px;
  }
}
