* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.continer {
  width: 100%;
  height: 910px;
}
.header {
  width: 100%;
  height: 8%;
  display: flex;
  line-height: 80px;
  font-size: 25px;
  font-weight: 800;
  padding-left: 30px;
}
.header > div:first-child {
  /*margin-top: 10px;*/
  padding-right: 10px;
}
.header > div:last-child > span:first-child {
  font-weight: 200;
}
.header > div:last-child > span:last-child {
  color: #004ea1;
}
.bg {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom right, #c80a4f, #004ea1);
}
.bodyer {
  width: 100%;
  height: 84%;
  background: url(../image/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.footer {
  width: 100%;
  height: 8%;
  text-align: center;
  color: #aaa;
}
.footer > p:first-child {
  margin-top: 20px;
}
.footer > p:last-child {
  margin-top: 10px;
}
.bodyer-text {
  position: absolute;
  right: 5%;
  top: 40%;
}
.bodyer-text > div:first-child {
  font-size: 40px;
  font-weight: 800;
}
.bodyer-text > div:last-child {
  font-size: 20px;
  margin-top: 10px;
}
.ml-40 {
  margin-left: 40px;
}
.d-flex {
  display: flex;
}
.d-flex li {
  list-style: disc;
}
.imgcode {
  display: block;
  width: 100%;
  height: 100%;
  background: #0095ff;
  border-radius: 5px;
}
.login {
  width: 370px;
  /*height: 560px;*/
  height: 460px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 0px #000;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*padding: 35px 50px 35px 50px;*/
}
.login1 > p {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.login2 {
  height: 92px;
  /*margin-top: 15px;*/
}
.login2 > label {
  font-size: 12px;
}
.login2 > input {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 10px;
  border-radius: 5px;
}
.login3 {
  width: 100%;
  height: 45px;
  display: flex;
  margin-top: 10px;
}
.login3 > input {
  width: 70%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 10px;
}
.login3 > span {
  display: block;
  width: 30%;
  height: 100%;
  background: #0095ff;
  border-radius: 5px;
}
.login4 > button {
  display: block;
  width: 100%;
  height: 40px;
  background: #0095ff;
  margin-top: 15px;
  border-radius: 5px;
  text-align: center;
  /*line-height: 40px;*/
  color: #fff;
  text-decoration: none;
  border: 0px;
}
.login5 {
  width: 100%;
  margin-top: 10px;
  /*padding-bottom: 20px;*/
  /*border-bottom: 1px solid #000;*/
}
.login6 > p {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.login6 > div {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.login6 > div > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #f00;
  padding: 5px;
  margin-top: 80px;
}
.login6 > p:last-child{
  font-size: 20px;
  color: #000;
  margin-top: 15px;
  font-weight: 800;
}
