@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    height: auto;
  }
  .box .Content {
    width: 100%;
    height: 916px;
    background: url(../img/zsjy/Bgc.png) center no-repeat;
    background-size: cover;
    padding: 67px 0 0;
  }
  .box .Content .container {
    height: auto;
  }
  .box .Content .container .title {
    display: block;
    width: 640px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 69px;
  }
  .box .Content .container .content {
    width: 400px;
    margin: 0 auto;
  }
  .box .Content .container .content .input {
    width: 100%;
    height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    border: solid 1px #f5f2ef;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    padding: 0 22px;
  }
  .box .Content .container .content .input img {
    width: 17px;
    height: auto;
  }
  .box .Content .container .content .input input {
    flex: 1;
    height: 100%;
    padding-left: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #333;
  }
  .box .Content .container .content .input input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #a6a5a6;
  }
  .box .Content .container .content button {
    display: block;
    width: 100%;
    height: 51px;
    background-image: linear-gradient(-9deg, #ec2f2f 0%, #f57461 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 1px 1px 0px 0px #b90406;
    border-radius: 26px;
    border: none;
    margin-top: 32px;
  }
  .box .Content .container .content button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 51px;
    color: #ffffff;
  }
  .box .Content .container .content button a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    height: auto;
  }
  .box .Content {
    width: 100%;
    height: auto;
    background: url(../img/zsjy/Bgc.png) center no-repeat;
    background-size: cover;
    padding: 85px 0;
  }
  .box .Content .container {
    height: auto;
  }
  .box .Content .container .title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 69px;
  }
  .box .Content .container .content {
    width: 90%;
    margin: 0 auto;
  }
  .box .Content .container .content .input {
    width: 100%;
    height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    border: solid 1px #f5f2ef;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    padding: 0 22px;
  }
  .box .Content .container .content .input img {
    width: 17px;
    height: auto;
  }
  .box .Content .container .content .input input {
    flex: 1;
    height: 100%;
    padding-left: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #333;
  }
  .box .Content .container .content .input input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #a6a5a6;
  }
  .box .Content .container .content button {
    display: block;
    width: 100%;
    height: 51px;
    background-image: linear-gradient(-9deg, #ec2f2f 0%, #f57461 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 1px 1px 0px 0px #b90406;
    border-radius: 26px;
    border: none;
    margin-top: 32px;
  }
  .box .Content .container .content button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 51px;
    color: #ffffff;
  }
  .box .Content .container .content button a:hover {
    text-decoration: underline;
  }
}
