@media screen and (min-width: 769px) {
  .box1 {
    width: 100%;
    height: 100vh;
    background: url(../img/Bgc.png) bottom center no-repeat;
    background-size: cover;
    position: relative;
  }
  .box1 .Topic {
    position: absolute;
    top: 51px;
    left: 37px;
    display: flex;
    align-items: center;
  }
  .box1 .Topic p {
    font-size: 31px;
    color: #fff;
    margin: 0 9px;
  }
  .box1 .Topic h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #ffffff;
  }
  .box1 .login {
    width: 1045px;
    height: 528px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/contentBgc.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding-left: 67px;
    padding-right: 90px;
    justify-content: space-between;
  }
  .box1 .login .Left {
    width: 439px;
    height: 100%;
    background: url(../img/Left.png) center center no-repeat;
    background-size: 130%;
    margin-top: -15px;
  }
  .box1 .login .content1 {
    width: 377px;
    height: 100%;
    padding: 100px 0;
  }
  .box1 .login .content1 .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
  }
  .box1 .login .content1 .title h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
  }
  .box1 .login .content1 .title a {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #438fff;
  }
  .box1 .login .content1 .input {
    width: 374px;
    height: 44px;
    border: solid 1px rgba(11, 161, 248, 0.4);
    margin: 0 auto;
    margin-bottom: 18px;
    background-color: rgba(6, 135, 205, 0.4);
    display: flex;
    align-items: center;
    padding-left: 14px;
  }
  .box1 .login .content1 .input input {
    height: 100%;
    width: 335px;
    margin-left: 11px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    color: #ffffff;
    margin-top: 2px;
    font-family: 'AdobeHeitiStd-Regular';
  }
  .box1 .login .content1 .input input:-webkit-autofill {
    -webkit-text-fill-color: #FFF !important;
    -webkit-box-shadow: 610px 0 1px 15px #0358b0 inset !important;
    background-color: transparent;
    background-image: none;
    border:none !important;
  }

  .box1 .login .content1 .input input::placeholder {
    font-family: 'AdobeHeitiStd-Regular';
    font-size: 18px;
    color: #ffffff;
  }
  .box1 .login .content1 .Button {
    margin-top: 2px;
    width: 374px;
    height: 44px;
    border: solid 1px rgba(11, 161, 248, 0.4);
    margin: 0 auto;
    margin-bottom: 16px;
    background-color: rgba(6, 135, 205, 0.4);
    text-align: center;
    position: relative;
  }
  .box1 .login .content1 .Button p {
    line-height: 42px;
    font-size: 18px;
    color: #f8f7f7;
  }
  .box1 .login .content1 .P {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
  }
  .box1 .login .content1 .P a {
    color: #ffffff;
  }
  .box1 .login .content1 .button {
    width: 374px;
    height: 44px;
    background-color: #03ccf7;
    border: solid 1px #00effd;
    margin-top: 19px;
    outline: none;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 4px;
    color: #ffffff;
  }
  .box1 .login .content1 #error {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
  }
  .box1 .login .content1 .sendsms {
    position: absolute;
    z-index: 99999;
    display: none;
    right: 0;
    border: none;
    border-left: 1px solid rgba(24, 144, 255, 0.3);
    background: none;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
  }
  .box1 .login .Img1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .box1 .login .Img1 img {
    display: block;
  }
  /*扫码*/
  .box1 .login .content2 {
    width: 377px;
    height: 100%;
    padding: 80px 0 0 0;
    display: none;
  }
  .box1 .login .content2 .code_div {
    background-color: #01438f;
    width: 80%;
    height: 280px;
    margin: 0 auto;
  }
  .box1 .login .content2 .code_div .code_img {
    text-align: center;
    padding-top: 50px;
  }
  .box1 .login .content2 .code_div .code_img .Img3 {
    width: 180px;
    height: 180px;
  }
  .box1 .login .content2 .code_div .code_tip {
    text-align: center;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .box1 .login .content2 .code_div .code_tip .code_refresh {
    text-decoration: none;
    color: #fff;
  }
  .box1 .login .content2 .code_div .code_tip .code_refresh:hover {
    text-decoration: underline;
  }
  .box1 .login .content2 .code_bottom1 {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
  }
  .box1 .login .content2 .code_bottom1 span {
    color: #e1f153;
  }
  .box1 .login .content2 .code_bottom2 {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
  }
  .box1 .login .content2 .code_bottom2 .code_download {
    text-decoration: none;
    color: #fff;
  }
  .box1 .login .content2 .code_bottom2 .code_download:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 769px) {
  .box1 {
    width: 100%;
    height: 100vh;
    background: url(../img/Bgc.png) bottom center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .box1 .Topic {
    position: absolute;
    top: 5.33333333vw;
    left: 5.33333333vw;
    display: flex;
    align-items: center;
  }
  .box1 .Topic img {
    width: 32vw;
  }
  .box1 .Topic p {
    font-size: 5.33333333vw;
    color: #fff;
    margin: 0 1.33333333vw;
  }
  .box1 .Topic h1 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.53333333vw;
    color: #ffffff;
  }
  .box1 .login {
    width: 95%;
    height: 135.8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background: url(../img/contentBgc.png) center no-repeat;
    background-size: 100% 100%;
  }
  .box1 .login .Left {
    width: 117.06666667vw;
    height: 100%;
    background: url(../img/Left.png) center center no-repeat;
    background-size: 130%;
    margin-top: -4vw;
    display: none;
  }
  .box1 .login .content1 {
    width: 95%;
    height: 100%;
    padding: 20vw 0;
    margin: 0 auto;
  }
  .box1 .login .content1 .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7.2vw;
  }
  .box1 .login .content1 .title h2 {
    font-size: 5.86666667vw;
    font-weight: normal;
    line-height: 5.86666667vw;
    color: #ffffff;
  }
  .box1 .login .content1 .title a {
    height: 6.4vw;
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #438fff;
  }
  .box1 .login .content1 .input {
    width: 100%;
    height: 11.73333333vw;
    border: solid 0.26666667vw rgba(11, 161, 248, 0.4);
    margin: 0 auto;
    margin-bottom: 5.8vw;
    background-color: rgba(6, 135, 205, 0.4);
    display: flex;
    align-items: center;
    padding-left: 3.73333333vw;
  }
  .box1 .login .content1 .input input {
    height: 100%;
    width: 85.33333333vw;
    margin-left: 2.93333333vw;
    background: transparent;
    border: none;
    outline: none;
    font-size: 4.8vw;
    color: #ffffff;
    margin-top: 0.53333333vw;
    font-family: 'AdobeHeitiStd-Regular';
  }
  .box1 .login .content1 .input input::placeholder {
    font-family: 'AdobeHeitiStd-Regular';
    font-size: 4.8vw;
    color: #ffffff;
  }
  .box1 .login .content1 .Button {
    margin-top: 0.53333333vw;
    width: 100%;
    height: 11.73333333vw;
    border: solid 0.26666667vw rgba(11, 161, 248, 0.4);
    margin: 0 auto;
    margin-bottom: 4.26666667vw;
    background-color: rgba(6, 135, 205, 0.4);
    text-align: center;
    position: relative;
  }
  .box1 .login .content1 .Button button {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.33333333vw;
    height: 11.2vw;
    background-image: linear-gradient(#03ccf7, #03ccf7), linear-gradient(#e4ffe0, #e4ffe0);
    background-blend-mode: normal, normal;
    border: none;
    outline: none;
    color: #fff;
    font-size: 5.33333333vw;
  }
  .box1 .login .content1 .Button p {
    line-height: 11.2vw;
    font-size: 4.8vw;
    color: #f8f7f7;
  }
  .box1 .login .content1 .P {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
  }
  .box1 .login .content1 .P a {
    color: #ffffff;
  }
  .box1 .login .content1 .button {
    width: 100%;
    height: 11.73333333vw;
    background-color: #03ccf7;
    border: solid 0.26666667vw #00effd;
    margin-top: 5.06666667vw;
    outline: none;
  }
  .box1 .login .content1 .button a {
    width: 100%;
    height: 100%;
    font-size: 5.86666667vw;
    line-height: 11.2vw;
    letter-spacing: 1.06666667vw;
    color: #ffffff;
  }
  .box1 .login .content2 {
    width: 90%;
    height: 100%;
    padding: 21.33333333vw 0 0 0;
    margin: 0 auto;
  }
  .box1 .login .content2 .QRCode {
    width: 100%;
    height: 80.26666667vw;
    border: solid 0.26666667vw rgba(11, 161, 248, 0.4);
    background-color: rgba(6, 135, 205, 0.4);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 13.33333333vw;
    padding-bottom: 6.66666667vw;
  }
  .box1 .login .content2 .QRCode div {
    width: 51.46666667vw;
    height: 51.46666667vw;
    background-color: #fff;
    position: relative;
  }
  .box1 .login .content2 .QRCode div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45.06666667vw;
    height: 45.06666667vw;
    background-size: 100% 100%;
  }
  .box1 .login .content2 .QRCode div .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(6, 135, 205, 0.2);
  }
  .box1 .login .content2 .QRCode p {
    display: flex;
  }
  .box1 .login .content2 .QRCode p a {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
    margin-left: 1.86666667vw;
  }
  .box1 .login .content2 .text {
    margin-top: 6.4vw;
    width: 100%;
    text-align: center;
  }
  .box1 .login .content2 .text p {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
    margin-bottom: 2.66666667vw;
  }
  .box1 .login .content2 .text p a {
    color: #fff;
  }
  .box1 .login .content2 .text p:nth-child(1) a {
    color: #f1fa03;
  }
  .box1 .login .Img1 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .box1 .login .Img1 img {
    display: block;
    width: 32vw;
  }
  .box1 .login .Img2 {
    position: absolute;
    top: 2.13333333vw;
    right: 1.86666667vw;
  }
  .box1 .login .Img2 img {
    display: block;
    width: 21.33333333vw;
  }

  #sendsms {
    display: none;
    position: absolute;
    z-index: 99999;
    display: none;
    right: 0;
    border: none;
    border-left: 1px solid rgba(24, 144, 255, 0.3);
    background: none;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
  }

  .box1 .login .content1 #error {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
  }
}
