body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  background: url("../img/sy_banner.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.pageTop{
  width: 1300px;
  height: 120px;
  margin: 0 auto;
  /* background-color: palegoldenrod; */
  position: relative;
}

.sy_batop_title{
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sy_batop_title a {
  display: inline-block;
  /* width: 100px; */
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  margin-left: 30px;
  color: #fff;
  background-color: #ffcb80;
  padding: 0 15px;
}


.main {
  width: 1300px;
  margin: 5% auto 0;
  /* overflow: hidden; */
  padding-bottom: 50px;
  /* background-color: palegoldenrod; */
}
.main .top {
  width: 800px;
  margin: 0 auto;
}
.main .top img {
  display: block;
  width: 100%;
}

.main .login_content {
  width: 800px;
  background-color: #ffffff;
  padding: 25px 40px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 100px auto;
}
/* title */
.content_title {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fe7c0c;
    /* background-color: palegoldenrod; */
}
.content_title .tips{
    margin: 0 10px;
    letter-spacing: 2px;
    font-size: 23px;
}
.content_title .circle{
    width: 5px;
    height: 5px;
    background-color: #fe7c0c;
    border-radius: 50%;
}


/* login_area */
#login_area{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    /* background-color: palegoldenrod; */
}
.login_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: lightblue; */
}
.login_right{
    width: 40%;
    height: 162px;
    /* background-color: lightblue; */
}

/* input */
.area_item {
  width: 100%;
}
.area_item input {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #e8e8e8;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 19px;
  color: #333333;
}
.area_flex{
    display: flex;
    justify-content: space-between;
}
.area_item .yanzhengma {
  width: calc(100% - 200px);
}

.area_item .yzm_btns {
  display: block;
  width: 150px;
  background-color: #ff7d0d;
  text-align: center;
  height: 60px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
}

/* .inputEle:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

.inputEle:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

.inputEle::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

 */

/* 提交 */

.login_right button {
  display: block;
  width: 100%;
  height: 162px;
  background-image: linear-gradient(#e3a167, #ff9c1d,#ea7006);
  text-align: center;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 180px;
  cursor: pointer;
}
/* 底部点击弹框 */
#loginMsg{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  /* background-color: lightblue; */
 
}
.msg_left{
  width: 50%;
}
.msg_left a{
  font-size: 16px;
  text-decoration: underline;
}
.msg_right{
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.msg_right .foget{
  color: #999999;
}
.bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99;
}
.bgResult{
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.bgResult .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
}





.banquan {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 12;
}
.banquan p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
}




/* 2023.4.19适配手机 */
@media only screen and (max-device-width : 768px){

  .page{
      min-width: 100%;
  }
  .pageTop{
    width: 100%;
  }
  .sy_batop_title{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sy_batop_title a:nth-child(1){
    margin-left: 0;
  }
  .main{
      width: 100%;
      /* background-color: palegoldenrod; */
     
  }
  .main .top {
      width: 90%;
      margin: 40px auto 0;
    }
    .main .top img {
      display: block;
      width: 100%;
    }
    .main .login_content {
      width: 92%;
      padding: 20px;
      margin-top: 40px;
    }
    .content_title .tips{
      font-size: 18px;
    }
    #login_area{
      flex-direction: column;
      margin-top: 20px;
    }
    .login_left{
      width: 100%;
    }
    .area_item{
      margin-bottom: 20px;
    }
    .area_item input{
      height: 50px;
      font-size: 16px;
    }
    .area_item .yanzhengma {
      width: 60%;
    }
    
    .area_item .yzm_btns {
     width: 35%;
     height: 50px;
     line-height: 50px;
     font-size: 16px;
    }
    .login_right{
      width: 100%;
      height: 50px;
    }
    .login_right button{
      height: 50px;
      line-height: 50px;
      font-size: 16px;
    }
    #loginMsg{
      margin-top: 20px;
      flex-direction: column;
    }
    .msg_left{
      width: 100%;
      margin-bottom: 20px;
    }
    .msg_right{
      width: 100%;
      margin-top: 15px;
    }
    .bgResult{
      width: 90%;
    }
    .banquan p {
      font-size: 14px;
  }
  
}
@media only screen and (max-device-width : 650px){

  .page{
      min-width: 100%;
  }
  .pageTop{
    width: 100%;
  }
  .sy_batop_title{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sy_batop_title a:nth-child(1){
    margin-left: 0;
  }
  .main{
      width: 100%;
      /* background-color: palegoldenrod; */
     
  }
  .main .top {
      width: 90%;
      margin: 40px auto 0;
    }
    .main .top img {
      display: block;
      width: 100%;
    }
    .main .login_content {
      width: 92%;
      padding: 20px;
      margin-top: 40px;
    }
    .content_title .tips{
      font-size: 18px;
    }
    #login_area{
      flex-direction: column;
      margin-top: 20px;
    }
    .login_left{
      width: 100%;
    }
    .area_item{
      margin-bottom: 20px;
    }
    .area_item input{
      height: 50px;
      font-size: 16px;
    }
    .area_item .yanzhengma {
      width: 60%;
    }
    
    .area_item .yzm_btns {
     width: 35%;
     height: 50px;
     line-height: 50px;
     font-size: 16px;
    }
    .login_right{
      width: 100%;
      height: 50px;
    }
    .login_right button{
      height: 50px;
      line-height: 50px;
      font-size: 16px;
    }
    #loginMsg{
      margin-top: 20px;
      flex-direction: column;
    }
    .msg_left{
      width: 100%;
      margin-bottom: 20px;
    }
    .msg_right{
      width: 100%;
      margin-top: 15px;
    }
    .bgResult{
      width: 90%;
    }
    .banquan p {
      font-size: 14px;
  }
  
}
@media only screen and (max-device-width : 500px){

    .page{
        min-width: 100%;
    }
    .pageTop{
      width: 100%;
    }
    .sy_batop_title{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .sy_batop_title a:nth-child(1){
      margin-left: 0;
    }
    .main{
        width: 100%;
        /* background-color: palegoldenrod; */
       
    }
    .main .top {
        width: 90%;
        margin: 40px auto 0;
      }
      .main .top img {
        display: block;
        width: 100%;
      }
      .main .login_content {
        width: 92%;
        padding: 20px;
        margin-top: 40px;
      }
      .content_title .tips{
        font-size: 18px;
      }
      #login_area{
        flex-direction: column;
        margin-top: 20px;
      }
      .login_left{
        width: 100%;
      }
      .area_item{
        margin-bottom: 20px;
      }
      .area_item input{
        height: 50px;
        font-size: 16px;
      }
      .area_item .yanzhengma {
        width: 60%;
      }
      
      .area_item .yzm_btns {
       width: 35%;
       height: 50px;
       line-height: 50px;
       font-size: 16px;
      }
      .login_right{
        width: 100%;
        height: 50px;
      }
      .login_right button{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
      }
      #loginMsg{
        margin-top: 20px;
        flex-direction: column;
      }
      .msg_left{
        width: 100%;
        margin-bottom: 20px;
      }
      .msg_right{
        width: 100%;
        margin-top: 15px;
      }
      .bgResult{
        width: 90%;
      }
      .banquan p {
        font-size: 14px;
    }
    
}