.login_wrap {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(76, 140, 195, .9); */
  position: relative;
}
.bg {
  width: 100%;
  height: 100%;
  position: relative;
}
#login {
  position: absolute;
  left: 50%;
  min-width: 800px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  font-size: 16px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 5px solid #182B84;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login_line{
  width: 70%;
  height: 3px;
  background-color: #182B84;
  margin: 40px 0;
}
.title {
  width: 100%;
  font-size: 24px;
  text-align: center;
}
.name {
width: 60%;
height: 30px;
display: flex;
align-items: center;
margin-top: 30px;
}

.IDcard {
width: 60%;
height: 30px;
display: flex;
align-items: center;
margin-top: 30px;
}

.form_label {
color: #182B84;
width: 100px;
text-align: right;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
}

input {
width: 50%;
height: 30px;
background-color: #ffffff;
border: 1px solid #B9B9B9;
border-radius: 5px;
padding-left: 10px;
}

.btn_wrapper {
display: flex;
justify-content: space-around;
}
.btn_wrapper button {
background: #182B84;
/* width: 120px; */
border: none;
flex: 1;
margin: 30px 10px;
font-size: 16px;
padding: 5px 50px;
border-radius: 20px;

}
#codeBox {
width: 400px;
height: 300px;
border-radius: 20px;
padding: 30px;
background-color: rgba(255, 255, 255, 0.6);
/* position: absolute;
top: 300px;
left: 730px; */
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.tip{
color: #999999;
margin-top: 10px;
display: none;
}

.mobile-footer{
width: 100%;
color: #9E9E9E;
text-align: center;
display: none;
margin-top: 20px;
}

.mobile-footer p{
margin: 0;
}
/* 温馨提示 */
.reminder-bg {
  width: 100%;
  height: 100vh;
  background: #14131359;
  position: fixed;
  top: 0;
  display: none;
}
.reminder-wrap {
  width: 50%;
  height: 40%;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  border-radius: 6px;
  max-width: 600px;
}
.reminder-title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
.reminder-title1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #172B84;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
}
#reminder-center {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-indent: 2em;
}
#reminder-btn-wrap {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.reminder-btn {
  padding: 5px 10px;
  height: 30px;
  border: none;
  margin: 0 9.5%;
  border-radius: 18px;
}
.cancel {
  background: #d2e7fb;
}
.determine {
  background: #4ea6f9;
  color: #fff;
}
.reminder-wrap1 {
  width: 70%;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  border-radius: 6px;
  max-width: 800px;
  border-radius: 15px;
}
#reminder-center {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-indent: 2em;
}
#reminder-center1{
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 280px;
  display: inline-block;
  overflow-y: auto;
  font-size: 12px;
}
#reminder-center1::-webkit-scrollbar{
  width: 8px; /* 竖向滚动条宽度 */
  height: 8px; /* 横向滚动条高度 */
}
#reminder-center1::-webkit-scrollbar-track {
background: #F5F6F7; /* 轨道背景色 */
}
#reminder-center1::-webkit-scrollbar-thumb {
background: #D8D8D8; /* 滑块背景色 */
border-radius: 10px; /* 滑块圆角 */
opacity: .3;
}
#reminder-btn-wrap {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#reminder-btn-wrap1 {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.reminder-btn {
  padding: 5px 10px;
  height: 30px;
  border: none;
  margin: 0 9.5% 10px;
  
  border-radius: 18px;
}
.cancel {
  background: #d2e7fb;
}
#reminder-btn-wrap1 .determine {
  background: #172B84;
  color: #fff;
}
@media (max-width: 1024px) {
#login {
  width: 95%;
  min-width: auto;
  height: 40%;
  border: 1px solid #283C72;
  top: 40%;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  border-radius: 10px 10px 10px 10px;
  padding: 0;
}
.login_line{
  display: none;
}
.title{
  height: 20%;
  border-bottom: none;
  flex-direction: column;
  letter-spacing: 0;
  color: #182B84;
  font-size: 3rem;
  font-weight: bold;
}
.title::after {
    content: '';
    width: 70%;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #182B84;
}
.tip{
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
}
.mobile-footer{
    font-size: 1.2rem;
    display: block;
}
.name,
.IDcard{
  width: 100%;
  height: auto;
  margin-bottom: 3%;
  justify-content: center;
}
.name input,.IDcard input{
    width: 50%;
    height: 50px;
}
.name input::-webkit-input-placeholder,.IDcard input::-webkit-input-placeholder {
    color: #D3D3D3;
    font-size: 2rem;
}
.name .form_label,.IDcard .form_label{
    color: #333333;
    font-size: 2rem;
    margin-right: 10px;
    width: 80px;
}
.btn_wrapper{
  width: 100%;
}
.btn_wrapper button{
  width: 50%;
  height: 55px;
  line-height: 30px;
  background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
  border-radius: 50px;
  margin: 10px 0;
  padding: 0;
  flex: none;
}
}

@media (max-width: 760px) {
#login {
  width: 95%;
  height: 40%;
  border: 1px solid #283C72;
  top: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  border-radius: 10px 10px 10px 10px;
}
.login_line{
  display: none;
}
.title{
  height: 20%;
  border-bottom: none;
  flex-direction: column;
  color: #182B84;
  font-size: 1.8rem;
  font-weight: bold;
}
.title::after {
    content: '';
    width: 70%;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #182B84;
}
.tip{
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}
.mobile-footer{
    font-size: 0.8rem;
    display: block;
}
.name,
.IDcard{
  width: 100%;
  height: auto;
  margin-bottom: 0;
  justify-content: center;
}
.name input,.IDcard input{
    width: 60%;
    height: 30px;
}
.name input::-webkit-input-placeholder,.IDcard input::-webkit-input-placeholder {
    color: #D3D3D3;
    font-size: 1.5rem;
}
.name .form_label,.IDcard .form_label{
    color: #333333;
    font-size: 1.5rem;
    margin-right: 10px;
    width: 60px;
}
.btn_wrapper{
  width: 100%;
}
.btn_wrapper button{
  width: 60%;
  height: 35px;
  line-height: 30px;
  background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
  border-radius: 50px;
  margin-top: 5%;
  padding: 0;
  flex: none;
}
}

@media (max-width: 540px) {
#login {
  height: 40%;
}
.btn_wrapper button{
  margin-bottom: 0;
}
}