body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  background: url("../img/sy_banner.jpg?v=1.0.2") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.main {
  width: 1300px;
  margin: 10% 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 .outerBox{
  width: 800px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 100px auto;
  overflow: hidden;
  padding: 2px 2px 0;
  box-sizing: border-box;
}
.outerBox .login_change{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_change .change_item{
  flex: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #a82420;
  color: #fff;
  font-size: 23px;

}
.login_change .change_item:nth-child(1){
  border-radius: 20px 0  20px 0;
}
.login_change .change_item:nth-child(2){
  border-radius: 0 20px 0 20px;
}
.login_change .change_active{
  background-color: #fff;
  color: #a82420;
}

.main .login_content {
  width: 800px;
  background-color: #ffffff;
  padding: 25px 40px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 20px;
}

/* title */
.content_title {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D13A4;
    /* background-color: palegoldenrod; */
}
.content_title .tips{
    margin: 0 10px;
    letter-spacing: 2px;
    font-size: 23px;
}
    .content_title .circle {
        width: 5px;
        height: 5px;
        background-color: #0D13A4;
        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(#4224B6, #0D13A4);
    text-align: center;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #ffffff;
    line-height: 162px;
    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%;
  }
  .main{
      width: 100%;
      /* background-color: palegoldenrod; */
     
  }
  .main .top {
      width: 90%;
      margin: 100px auto 0;
    }
    .main .top img {
      display: block;
      width: 100%;
    }
    .main .outerBox{
      width: 92%;
      margin: 60px auto;
    }
    .main .login_content {
      /* width: 92%; */
      width: 100%;
      padding: 20px;
      /* margin-top: 80px; */
    }
    .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%;
  }
  .main{
      width: 100%;
      /* background-color: palegoldenrod; */
     
  }
  .main .top {
      width: 90%;
      margin: 100px auto 0;
    }
    .main .top img {
      display: block;
      width: 100%;
    }
    .main .outerBox{
      width: 92%;
      margin: 60px auto;
    }
    .main .login_content {
      /* width: 92%; */
      width: 100%;
      padding: 20px;
      /* margin-top: 80px; */
    }
    .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%;
    }
    .main{
        width: 100%;
        /* background-color: palegoldenrod; */
       
    }
    .main .top {
        width: 90%;
        margin: 100px auto 0;
      }
      .main .top img {
        display: block;
        width: 100%;
      }
      .main .outerBox{
        width: 92%;
        margin: 60px auto;
      }
      .main .login_content {
        /* width: 92%; */
        width: 100%;
        padding: 20px;
        /* margin-top: 80px; */
      }
      .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;
    }
    
}