* {
  padding: 0;
  margin: 0;
}

/* Ð¡ÓÚ480 */
@media screen and (max-width: 480px){
  .banner {
    height: 250px;
    width: 102vw;
    /* background:red; */
    background: url(../images/login_bg.png);
    background-size: 100% 100%;
  }
  .login {
	height: 340px;
    width: 359px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -181px;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }

}
/* ´óÓÚ480 */
@media screen and (min-width: 480px){
  .banner {
    height: 250px;
    width: 100vw;
    /* background:red; */
    background: url(../images/login_bg1.png);
    background-size: 100% 100%;
  }
  .login {
    height: 340px;
    width: 444px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -222px;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }

}

#content {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.h_title {
  padding: 25px 0;
  text-align: center;
}
.zhuti {
  margin: 0 auto;
  width: 330px;
  height: 220px;
  /* border:1px solid red; */
}
.list {
  margin: 15px 0;
}
.baomin {
  padding-left: 15px;
}
.name {
  padding-left: 31px;
}
input {
  width: 220px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  outline: none;
  padding: 0 15px;
  cursor: pointer;
}
input:hover{
  border-color: #C0C4CC;
}
input:focus{
  outline: none;
  border-color: #409eff;
}
.submit {
  background-color: #409eff;
  border-color: #409eff;
  border-radius: 4px;
  width: 96px;
  height: 38px;
  margin: 18px auto;
  text-align: center;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
}
.submit:hover{
  background-color: #67b1ff;
  border-color: #67b1ff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
#alert {
  margin-left: 39px;
  color: red;
  font-size: 12px;
  white-space: nowrap;
}
