@charset "utf-8";

.header{
width: 100%;
background-color: #268dd0;
  border-bottom: 2px #fff solid;
}

@media screen and (min-width : 1000px) {
  .header img {
    width: 47%;
    margin-top: 1%;
  }
  /*页尾*/
  .footer{
    width: 100%;
    line-height: 140%;
    text-align: center;
    color: #fff;
    min-width: 310px;
    font-size: 1vw;
    background: #268dd0;
    border-top: 2px solid #fff;
  }
}
@media screen and (max-width : 999px) {
  .header img {
    display: block;
    width: 80%;
    margin: 0 auto;
    min-height: 80px;
  }
  .footer{
    width: 100%;
    line-height: 200%;
    text-align: center;
    color: #fff;
    min-width: 310px;
    font-size: 2vw;
    background: #268dd0;
    border-top: 2px solid #fff;
  }
}

.loginWarp{
  width: 21%;
  background: url(../images/login.png) no-repeat bottom right;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 10%;
  min-height: 300px;
  min-width: 320px;
}

#content{
background:url(../images/bg.png) no-repeat;
background-size: 100% 100%;
min-height: 400px;
min-width: 310px;
  overflow:hidden;
}

.loginWarp h3{
  font-size: 24px;
  color: #268DCF;
  text-indent: 4px;
  padding-top:30px;
  padding-left:20px;
}
.info{
  margin: 10px 0 7px;
  -ms-margin:0;
}

.info span{
  width:0;
  overflow:hidden;
  display:inline-block;
  float:left;
}
.info input{
  width: 70%;
  background: url(../images/regbtn.png) no-repeat;
  background-size: 99% 100%;
  text-indent: 10px;
  position: relative;
  border: none;
  left: -35%;
  outline:medium;
  padding-left: 5px;
  height: 43px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 50%;
  line-height: 43px;
}

input[type="text"]:focus,input[type="password"]:focus{
  line-height: normal;
  line-height: 43px\9;
  padding-left: 5px;
}
.rem a,.rem label{
  color:#656565;
}

.fl{
  float: left;
}
.fr{
  float: right;
}

.rem{
  width: 70%;
  position: relative;
  left: 50%;
  margin-top: 10px;
  margin-left: -35%;
}

.bottom input{
  width: 70%;
  height: 43px;
  background: url(../images/loginbtn.png) no-repeat bottom right;
  background-size: 100% 100%;
  border: none;
  outline:medium;
  font-size: 16px;
  color: #fff;
  position: relative;
  left: 50%;
  margin-left: -35%;
}

.loginWarp p{
  margin-left: 15%;
}
