html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  background-color: #fff;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 16px;
}
@media screen and (max-height: 800px) {
  .main {
    width: 62.5%;
    height: 65%;
    min-height: 440px;
    position: absolute;
    margin: auto;
    left: 18.75%;
    top: 17.5%
  }
}
/*.main {
  width: 62.5%;
  height: 65%;
  min-height: 623px;
  position: absolute;
  left: 18.75%;
  top: 17.5%;
}*/

#login-shop {
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
}
#login-shop .main{
  min-width: 450px;
  min-height: 440px;
  width: 62.5%;
  height: 65%;
  position: absolute;
  margin: auto;
  left: 18.75%;
  top: 17.5%
}
#login-shop .logo,
#login-shop .login {
  width: 50%;
  height: 100%;
  float: left;
  min-width: 225px;
}
#login-shop .logo {
  background-color: rgba(0, 64, 112, 0.5);
  background-image: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
}
#login-shop .login {
  background-color: white;
  text-align: center;
}
#login-shop .login h1 {
  color: #004070;
  font-size: 32px;
  margin: 120px 0 30px;
  font-weight: normal;
}
#login-shop .login input {
  color: #004070;
  font-size: 1em;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0.75em 0;
  text-align: center;
  width: 60%;
}
#login-shop .login input:focus {
  outline: none;
}
#login-shop .login button {
  font-size: 16px;
  border: none;
  border-radius: 5em;
  background-color: #004070;
  color: #fff;
  cursor: pointer;
  width: 60%;
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
}
#login-shop .login button:focus {
  outline: none;
}


#login-user {
  /* background-image: url(../images/bg3.png), url(../images/bg4.png); */
  background-image: url(../images/background.png);
  /* background-position: right top, left bottom; */
  background-repeat: no-repeat;
  background-size: 100%, 100%;
}
#login-user .main {
  background-color: white;
  box-shadow: 0px 17px 36px 0px rgba(23,57,222,0.25), 0px 0px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 17px 36px 0px rgba(23,57,222,0.25), 0px 0px 0px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 17px 36px 0px rgba(23,57,222,0.25), 0px 0px 0px 0px rgba(0,0,0,0.1);
  min-width: 450px;
  min-height: 440px;

  width:480px;
  height: 65%;
  position: absolute;
  margin: auto;
  right: 8.75%;
  top: 17.5%;
  border-radius:20px;
}
#login-user .login {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  min-width: 180px;
  background-color: #ffffff;
  border-radius:20px;
}
#login-user .login-title{
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  letter-spacing: 5px;
  margin-top:30px;
}
#login-user .login img {
  margin: 2em 0 0 2em;
  width: 140px;
}
#login-user .login .label-img {
  margin: 0!important;
  width: 14px!important;
}
#login-user .login form {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 22%;
}
#login-user .login label {
  font-size: 18px;
  color: #333333;
}
#login-user .login input {
  color: #004070;
  font-size: 1em;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0.75em 0;
  display: block;
  text-align: left;
  width: 100%;
  margin-bottom: 1.5em;
  background: #fff;
  border-color:#979797;
}
#login-user .login input:focus {
  outline: none;
}
#login-user .login button {
  font-size: 18px;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 76px;
  margin-top: 46px;
  margin-left: 5px;
  width: 379px;
  height: 55px;
  line-height: 55px;
  background: #007BFF;
  border-radius: 8px;
}
#login-user .login button:focus {
  outline: none;
}
#login-user .right {
  width: 60%;
  height: 100%;
  float: left;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 270px;
}



/*# sourceMappingURL=style.css.map */
