*{margin:0;padding:0;}
input,button,select{font-family:'Microsoft YaHei';outline:none;background: transparent!important;}

#loginBox{
  width: 100%;
  height: 100vh;
  padding-top: 6.5vw;
  box-sizing: border-box;
  position: relative;
  background: #fff none no-repeat center center;
  background-image: url("../../images/gateway/gatewayBcg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.loginTitle{
  width: 100%;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.88px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(3,47,108,0.32);
  font-weight: 900;
}
.loginMain{
  width: 1112px;
  height:580px ;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 48px;
}
.loginMain>img{
  display: block;
  width: 558px;
  height: 580px;
  border-radius: 14px 0px 0px 14px;
}
.loginMain>div{
  width: 558px;
  height: 580px;
  background: #F1F7FF;
  border-radius: 0px 14px 14px 0px;
  padding: 76px 98px 131px 98px;
  box-sizing: border-box;

}
.loginCont>p{
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #2981FE;
  letter-spacing: 0.47px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.inputBox{
  width: 366px;
  height: 48px;
  border: 1px solid #AABDE4;
  border-radius: 4px;
  padding: 12px 12px;
  box-sizing: border-box;
  margin-top: 28px;
}
.verificationWrap{
  width: 366px;
}
.verificationBox{
  width: 199px;
  display: inline-block;
}
.inputBox  img{
  width: 24px;
  height: 24px;
}
.inputBox  span{
  width: 2px;
  height: 18px;
  background: #AABDE4;
  margin: 0px 3px 0px 5px;
  display: inline-block;
  vertical-align: 10%;
}
.inputBox  input{
  width: 250px;
  height: 25px;
  border: none;
  background: #F1F7FF;
  vertical-align: top;
}
.inputBox .psdIcon{
  float: right;
  cursor: pointer;
}
.verificationBox  input {
  width: 100px;
}
.s-canvas {
  width: 110px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
}
.s-canvas canvas{
  margin-top: 1px;
}
.changeCode{
  font-size: 14px;
  color: #848EA4;
  letter-spacing: 0.21px;
  font-weight: 400;
  display: inline-block;
  line-height: 48px;
  vertical-align: top;
  cursor: pointer;
}
#login{
  width: 366px;
  height: 48px;
  background: #2981FE;
  border-radius: 4px;
  line-height: 48px;
  background: #2981FE;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin-top: 21px;
  cursor: pointer;
}
.message{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  font-size: 15px;
}
.message p{
  color:#A1A4AD;
  font-size:14px;
  text-align:center;
  line-height:18px;
  letter-spacing:1px;
  color: #fff;}
@media screen and (min-width:1600px) {

}
@media screen and (max-width:1600px) {
  .loginMain{
    width: 840px;
    height:435px ;

  }
  .loginMain>img{
    width: 419px;
    height: 435px;
  }
  .loginMain>div{
    width: 419px;
    height: 435px;
    padding: 53px 72px 98px 72px;
  }
  .inputBox{
    width: 275px;
    height: 48px;
  }
  .inputBox  input{
    width: 200px;
    height: 25px;

  }
  .inputBox .psd{
    width: 170px;
  }
  #login{
    width: 275px;
  }
  .loginTitle{
    font-size: 44px;
  }

  @media screen and (min-height:700px) {
    #loginBox{
      padding-top: 4vw;
    }
  }

  @media screen and (max-height:770px) {
    #loginBox{
      padding-top: 6.5vw;
    }
  }

}