.page {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/pcbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.page-content {
  width: 1200px;
  margin: 0 auto;
}
.logo {
  display: block;
  margin: 55px 0 60px 30px;
}
.panel {
  width: 1130px;
  height: 487px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.formwrap h1 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.formwrap {
  width: 400px;
  height: 100%;
  padding: 25px 20px 40px;
  background: #014284;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.formwrap p {
  font-size: 13px;
  color: #eace2e;
  margin-bottom: 20px;
}
.formwrap form .item {
  margin-bottom: 15px;
}
.formwrap form label {
  color: #fff;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.formwrap form .iptcon {
  height: 45px;
  padding: 0 10px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.formwrap form input {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  color: #333;
}
.formwrap form input::placeholder{
    color: #aaa;
}
.formwrap form button {
  display: block;
  width: 100%;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  margin-top: 45px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.formwrap form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.formwrap form button.on {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.formwrap form button.on:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(118, 75, 162, 0.4);
}

.panel .result {
  width: 715px;
  height: 485px;
  font-size: 18px;
  overflow: hidden;
}
.panel .resultcon {
  width: 652px;
  height: 453px;
  margin: 15px 0 0 40px;
  padding: 54px 0 0 75px;
  background: url(../img/pckuang.png) center center no-repeat;
  position: relative;
}
.panel .resultcon ul li {
  margin-bottom: 17px;
}

.panel .resultcon strong {
  color: #000;
}

.panel .resultcon span {
  color: #636363;
}

.panel .resultcon img {
  position: absolute;
  top: 65px;
  right: 65px;
}
@media screen and (max-width: 750px) {
  .page {
    height: auto;
    min-height: 100%;
    background: url(../img/sjbg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .page-content {
    width: 100%;
    padding: 0 25px;
  }

  .logo {
   margin: 14px 0 28px 0px;
  }

  .logo img {
    width: 200px;
  }
  .formwrap {
    width: 100%;
  }
  .formwrap form .iptcon {
    height: 55px;
  }
  .formwrap form input {
    line-height: 55px;
    font-size: 16px;
  }
  .formwrap form button {
    height: 55px;
    background-size: 100% 100%;
  }
  .panel {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .panel .formwrap {
    display: none;
  }
  .panel .result {
    width: 100%;
    height: 567px;
    border-radius: 0;
    font-size: 16px;
  }
  .panel .resultcon {
    width: 100%;
    height: 567px;
    padding-left: 12%;
    padding-top: 220px;
    margin: 0;
    background: url(../img/sjkuang.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .panel .resultcon img {
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%);
  }
  .panel .resultcon ul li{
    margin-bottom: 10px;
  }
}
