.Out_Area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #e8e8e8;
  height: 875px;
  flex-direction: column;
}
.Login_contain{
  display: flex;
  background-color: #fff;
  width: 80%;
  height: 90%;
  border-radius: 15px;
  box-shadow: 2px 3px 5px 0px #aeaeae;
  max-width: 1230px;
}
/*.Login_contain li{
  flex:1;
}*/
.Login_phone{
  background-color: #fafafa;
  font-size: 1.2rem;
  color: #333333;
  padding:10px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: #aeaeae 1px dotted;
  line-height: 1.5;

}
.Login_left{
  display: flex;
  background-image: url("../../Upfile/Skin/Login.png?v2_0903");
  /*background-image: url(https://picsum.photos/800/1000);*/
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex:1;
  background-position:right;
}
.Login_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex:1;
}
.Login_right h2{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.Login_type{
  display: flex;
  justify-content: center;
  min-width: 100%;
}
.Login_right h3{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 7px;
  cursor: pointer;
}
.Login_right a{
  color: #b1b1b1;
}
.Login_right a:hover{
  color: #72b2e3;
}

.form_item{
  display: flex;
  flex-direction: column;
}

.form_item li{
  display: flex;
  flex-direction: column;
  margin: 20px;
  width: fit-content;
  align-items: flex-start;
}

.Login_title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Login_input{
  height: 44px;
  padding: 8px 20px 8px 16px !important;
  border: 1px #dbdbdb solid;
  border-radius: 5px;
  margin-left: 0px;
  min-width: 80%;
  color: #000;
  background: #fff;
  font-size: 1.2em!important;
  line-height: 1.5em;
}

.Login_submit{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: baseline;
}

.Login_submit input{
  margin-right: 10px;
}

.system_contain{
  margin-top: 100px;
  width: 70%;
}
.form_border{
  height: 500px;
  width: 400px;
}


@media (max-width: 584px) {
  .Login_contain{
    width: 100%;
  }
  .Login_left{
    display: none;
  }
  
}