*{
  margin:0px;
  padding:0px;
}

html,body{
  min-width: 1000px;
  min-height: 562.5px;
  height: 100%;
  /* overflow: scroll;*/
  font-family: "PingFang SC", "STXihei", "Microsoft YaHei", "微软雅黑", "SimHei", "sans-serif";
}

body{
  position: relative;
  background-image:url('../img/bg.jpg');
  background-size:cover;
}

.bg-logo{
  position:absolute;
  width: 10%;
  left: 47px;
  top: 30px;
  z-index: 200;
}

.bg-left{
  position: absolute;
  left: 0px;
  top: 0px;
  height:100%;
  z-index: 100;
}

.bg-bottom{
  position:absolute;
  right:0px;
  bottom:0px;
  width: 81.25%;
}

.bg-right{
  width 9.79%;
  position: absolute;
  right: 0px;
  top:0px;
}

.loginArea{
  position: absolute;
  width: 36.45%;
  height: 53.7%;
  right: 166px;
  top: 50%;
  z-index:300;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.title,.loginBox{
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
}

.title{
  background-image:url(../img/title.png);
  width: 100%;
  height: 17.75%;
}

.loginBox{
  background-image:url(../img/box.png);
  background-size: 100% 100%;
  width: 55.42%;
  height: 68.62%;
  position:absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  padding:5%;
  box-sizing: border-box;

display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
-webkit-box-align: space-between;
-webkit-align-items: space-between;
    -ms-flex-align: space-between;
        align-items: space-between;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.gap,.input-box,.checkCode{
  width: 100%;
  margin:0 auto;
}

.gap{
  height:9.2%;
}

.input-box{
  height:17%;
  display: block;
  border: 1px solid #0092CE;
  border-radius: 4px;
  padding: 0px 6px;
  color: #0092CE;
  box-sizing: border-box;
}

.checkCode{
  overflow: hidden;
  position:relative;
  height:15%;
}

.input-checkCode{
  top: 0px;
  left: 0px;
  width: 52.2%;
  height: 100%;
  display: block;
  border: 1px solid #0092CE;
  border-radius: 4px;
  padding: 0px 6px;
  color: #0092CE;
  box-sizing: border-box;
}

.getCodeBtn{
  width:37.79%;
  height:100%;
  position:absolute;
  right:0px;
  top:0px;
}

.bigGap{
  width:100%;
  height:9.3%;
}

.loginBtn{
  width:100%;
  height:17%;
  margin:0 auto;
  display: block;
}

.ydbtn{
  background: none;
  border:0;
  background-color:#008BCB;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.loginBoxBottom{
  width: 55.42%;
  height: 12%;
  position:absolute;
  bottom:0px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.hint{
  color:#0092CE;
  font-size: 14px;
}

.hint-version{
  position:absolute;
  bottom:0;
  left:2px;
}

.hint-findPaws{
  position:absolute;
  bottom:0px;
  right:2px;
  cursor: pointer;
}

button{
-webkit-appearance:none;
}
