* {
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
}
@font-face {
	font-family:'myfont';
	src: url('https://9weike.oss-cn-hangzhou.aliyuncs.com/static%2FPingFang%20Medium.ttf');
}


body {
	font-family:'myfont' !important;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
button,input,textarea {
	font-family:'myfont' !important;
}

#top {
  width: 100vw;
  height: 6.1vh;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 2.2vh;
}
#top p {
  text-align: center;
  line-height: 6.1vh;
}
#box {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  background-image: url(../img/bg0.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home {
  width: 71.429vw;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
.home .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .title h2 {
  font-weight: 400;
  font-size: 2.8575vw;
  line-height: 4vw;
}
.home .title p {
  font-size: 1.37vw;
  line-height: 2vw;
}
.home .login {
  /* width: 23.929vw; */
  /* height: 49.615vh; */
  width: 27.9vw;
  height: 55vh;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .login .title {
  width: 17.798vw;
  height: 5.403vh;
  margin: 0 auto;
  background-image: url(../img/bg1.png);
  background-size: 100% 100%;
  margin-bottom: 4vh;
}
.home .login input {
	outline: none;
	width: 21vw;
	height: 7vh;
	padding-left: 3.4vw;
	padding-right: 1vw;
	box-sizing: border-box;
	border: 0.06vw solid #14A4E2;
	background-color: #082038;
	border-radius: 0.3vw;
	margin-bottom: 3.6vh;
	color: #FFFFFF;
	font-size: 1.25vw;
	background-repeat: no-repeat;
	background-position: 1vw center;
	background-size: 1.6vw 1.6vw;
}
/* .home .login input:-internal-autofill-previewed,
.home .login input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF;
    transition: background-color 5000s ease-out 0.5s;
} */
.home .login input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #082038 inset;
    -webkit-text-fill-color: #fff;
}

.username {
	background-image: url(../img/username.png);
}
.password {
	background-image: url(../img/password.png);
}
.home .login button {
  width: 21vw;
  height: 9vh;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  background-image: url(../img/loginbtnn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #07162F;
  color: #FFFFFF;
  font-size: 1.6vw;
}
.home .login a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25vw;
	color: #FFFFFF;
	margin-top: 4.4vh;
}
.home .login a img {
	width: 1.6vw;
	height: 1.6vw;
	margin-right: 0.8vw;
}

.bgqiu1 {
	width: 45vw;
	height: auto;
	position: absolute;
}

.shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.9);
	z-index: 99;
}
.shade .login2 {
	width: 27.9vw;
	height: 47.6vh;
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFFFFF;
}
.shade .login2 .title {
  width: 17.798vw;
  height: 5.403vh;
  margin: 0 auto;
  background-image: url(../img/bg1.png);
  background-size: 100% 100%;
  margin-bottom: 4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.36vw;
}
.shade .login2 > img {
	width: 17.2vw;
	height: 17.2vw;
}
.close {
	width: 3vw;
	height: 3vw;
	margin-top: 3vh;
	cursor: pointer;
}
@media screen and (min-width:1200px) {
  .home .login button {
	  font-size: 1.3vw;
  }
  .title p{
	  font-size: 1vw !important;
  }
  .home .login a, .home .login input {
	  font-size: 1vw
  }
}